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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getChanInfo()
bytes chan_info = 4;
java.lang.String
getClient()
string client = 2;
com.google.protobuf.ByteString
getClientBytes()
string client = 2;
com.google.protobuf.ByteString
getConnInfo()
bytes conn_info = 3;
java.lang.String
getUser()
string user = 1;
com.google.protobuf.ByteString
getUserBytes()
string user = 1;
-
-
-
Method Detail
-
getUser
java.lang.String getUser()
string user = 1;
- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
string user = 1;
- Returns:
- The bytes for user.
-
getClient
java.lang.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.
-
-