final class Socket extends GeneratedMessageV3 with SocketOrBuilder
Information about an actual connection. Pronounced "sock-ay".
Protobuf type grpc.channelz.v1.Socket
- Source
- Socket.java
- Alphabetic
- By Inheritance
- Socket
- SocketOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- Socket → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getData(): SocketData
Data specific to this Socket.
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;
- returns
The data.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getDataOrBuilder(): SocketDataOrBuilder
Data specific to this Socket.
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getDefaultInstanceForType(): Socket
- Definition Classes
- Socket → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getLocal(): Address
The locally bound address.
The locally bound address.
.grpc.channelz.v1.Address local = 3;
- returns
The local.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getLocalOrBuilder(): AddressOrBuilder
The locally bound address.
The locally bound address.
.grpc.channelz.v1.Address local = 3;
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[Socket]
- Definition Classes
- Socket → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRef(): SocketRef
The identifier for the Socket.
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;
- returns
The ref.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRefOrBuilder(): SocketRefOrBuilder
The identifier for the Socket.
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRemote(): Address
The remote bound address. May be absent.
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;
- returns
The remote.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRemoteName(): String
Optional, represents the name of the remote endpoint, if different than the original target name.
Optional, represents the name of the remote endpoint, if different than the original target name.
string remote_name = 6;
- returns
The remoteName.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRemoteNameBytes(): ByteString
Optional, represents the name of the remote endpoint, if different than the original target name.
Optional, represents the name of the remote endpoint, if different than the original target name.
string remote_name = 6;
- returns
The bytes for remoteName.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRemoteOrBuilder(): AddressOrBuilder
The remote bound address. May be absent.
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSecurity(): Security
Security details for this socket. May be absent if not available, or there is no security on the socket.
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;
- returns
The security.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getSecurityOrBuilder(): SecurityOrBuilder
Security details for this socket. May be absent if not available, or there is no security on the socket.
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def getSerializedSize(): Int
- Definition Classes
- Socket → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasData(): Boolean
Data specific to this Socket.
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;
- returns
Whether the data field is set.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasLocal(): Boolean
The locally bound address.
The locally bound address.
.grpc.channelz.v1.Address local = 3;
- returns
Whether the local field is set.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasRef(): Boolean
The identifier for the Socket.
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;
- returns
Whether the ref field is set.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def hasRemote(): Boolean
The remote bound address. May be absent.
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;
- returns
Whether the remote field is set.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def hasSecurity(): Boolean
Security details for this socket. May be absent if not available, or there is no security on the socket.
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;
- returns
Whether the security field is set.
- Definition Classes
- Socket → SocketOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- Socket → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- Socket → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- def newBuilderForType(): Builder
- Definition Classes
- Socket → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(arg0: BuilderParent): Builder
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- Socket → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeDelimitedTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- Socket → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated