Interface Protocol.ClientInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.ClientInfo
,Protocol.ClientInfo.Builder
- Enclosing class:
- Protocol
public static interface Protocol.ClientInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes chan_info = 4;
string client = 2;
com.google.protobuf.ByteString
string client = 2;
com.google.protobuf.ByteString
bytes conn_info = 3;
getUser()
string user = 1;
com.google.protobuf.ByteString
string user = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getUser
String getUser()string user = 1;
- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()string user = 1;
- Returns:
- The bytes for user.
-
getClient
String getClient()string client = 2;
- Returns:
- The client.
-
getClientBytes
com.google.protobuf.ByteString getClientBytes()string client = 2;
- Returns:
- The bytes for client.
-
getConnInfo
com.google.protobuf.ByteString getConnInfo()bytes conn_info = 3;
- Returns:
- The connInfo.
-
getChanInfo
com.google.protobuf.ByteString getChanInfo()bytes chan_info = 4;
- Returns:
- The chanInfo.
-