public static class Service.OpenConnectionRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
Map<String,String> |
info |
PRIME| Constructor and Description |
|---|
Service.OpenConnectionRequest() |
Service.OpenConnectionRequest(String connectionId,
Map<String,String> info) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.OpenConnectionResponse |
accept(Service service) |
(package private) Service.Request |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) com.google.protobuf.Message |
serialize() |
static Map<String,String> |
serializeProperties(Properties props)
Serializes the necessary properties into a Map.
|
p, p, p, ppublic final String connectionId
Service.OpenConnectionResponse accept(Service service)
accept in class Service.Requestpublic static Map<String,String> serializeProperties(Properties props)
props - The properties to serialize.Service.Request deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.Requestcom.google.protobuf.Message serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.