Uses of Class
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer
Packages that use AttributeContext.Peer
-
Uses of AttributeContext.Peer in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return AttributeContext.PeerModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.build()AttributeContext.Peer.Builder.buildPartial()static AttributeContext.PeerAttributeContext.Peer.getDefaultInstance()AttributeContext.Peer.Builder.getDefaultInstanceForType()AttributeContext.Peer.getDefaultInstanceForType()AttributeContext.Builder.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContextOrBuilder.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.getSource()The source of a network activity, such as starting a TCP connection.AttributeContext.getSource()The source of a network activity, such as starting a TCP connection.AttributeContextOrBuilder.getSource()The source of a network activity, such as starting a TCP connection.static AttributeContext.PeerAttributeContext.Peer.parseDelimitedFrom(InputStream input) static AttributeContext.PeerAttributeContext.Peer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.PeerAttributeContext.Peer.parseFrom(byte[] data) static AttributeContext.PeerAttributeContext.Peer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.PeerAttributeContext.Peer.parseFrom(com.google.protobuf.ByteString data) static AttributeContext.PeerAttributeContext.Peer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.PeerAttributeContext.Peer.parseFrom(com.google.protobuf.CodedInputStream input) static AttributeContext.PeerAttributeContext.Peer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.PeerAttributeContext.Peer.parseFrom(InputStream input) static AttributeContext.PeerAttributeContext.Peer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.PeerAttributeContext.Peer.parseFrom(ByteBuffer data) static AttributeContext.PeerAttributeContext.Peer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.auth.v2 that return types with arguments of type AttributeContext.PeerModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AttributeContext.Peer>AttributeContext.Peer.getParserForType()static com.google.protobuf.Parser<AttributeContext.Peer>AttributeContext.Peer.parser()Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type AttributeContext.PeerModifier and TypeMethodDescriptionAttributeContext.Builder.mergeDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer.Builder.mergeFrom(AttributeContext.Peer other) AttributeContext.Builder.mergeSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.AttributeContext.Peer.newBuilder(AttributeContext.Peer prototype) AttributeContext.Builder.setDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.