Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.addAllParams(Iterable<? extends Webswing.ParamMsgProto> values)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.addParams(int index,
Webswing.ParamMsgProto.Builder builderForValue)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.addParams(int index,
Webswing.ParamMsgProto value)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.addParams(Webswing.ParamMsgProto.Builder builderForValue)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.addParams(Webswing.ParamMsgProto value)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clear() |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearApplicationName()
optional string applicationName = 6;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearClientId()
optional string clientId = 1;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearDesktopHeight()
optional uint32 desktopHeight = 5;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearDesktopWidth()
optional uint32 desktopWidth = 4;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearDirectDrawSupported()
optional bool directDrawSupported = 8;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearDocumentBase()
optional string documentBase = 9;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearLocale()
optional string locale = 11;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearMirrored()
optional bool mirrored = 7;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearParams()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearSessionId()
optional string sessionId = 2;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearUrl()
optional string url = 12;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clearViewId()
optional string viewId = 3;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.clone() |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.InputEventMsgInProto.Builder.getHandshakeBuilder()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.mergeFrom(com.google.protobuf.Message other) |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.mergeFrom(Webswing.ConnectionHandshakeMsgInProto other) |
static Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.newBuilder() |
static Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.newBuilder(Webswing.ConnectionHandshakeMsgInProto prototype) |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.newBuilderForType() |
protected Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.removeParams(int index)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setApplicationName(String value)
optional string applicationName = 6;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setApplicationNameBytes(com.google.protobuf.ByteString value)
optional string applicationName = 6;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setClientId(String value)
optional string clientId = 1;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setClientIdBytes(com.google.protobuf.ByteString value)
optional string clientId = 1;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setDesktopHeight(int value)
optional uint32 desktopHeight = 5;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setDesktopWidth(int value)
optional uint32 desktopWidth = 4;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setDirectDrawSupported(boolean value)
optional bool directDrawSupported = 8;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setDocumentBase(String value)
optional string documentBase = 9;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setDocumentBaseBytes(com.google.protobuf.ByteString value)
optional string documentBase = 9;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setLocale(String value)
optional string locale = 11;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setLocaleBytes(com.google.protobuf.ByteString value)
optional string locale = 11;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setMirrored(boolean value)
optional bool mirrored = 7;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setParams(int index,
Webswing.ParamMsgProto.Builder builderForValue)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setParams(int index,
Webswing.ParamMsgProto value)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setSessionId(String value)
optional string sessionId = 2;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setSessionIdBytes(com.google.protobuf.ByteString value)
optional string sessionId = 2;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setUrl(String value)
optional string url = 12;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setUrlBytes(com.google.protobuf.ByteString value)
optional string url = 12;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setViewId(String value)
optional string viewId = 3;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.Builder.setViewIdBytes(com.google.protobuf.ByteString value)
optional string viewId = 3;
|
Webswing.ConnectionHandshakeMsgInProto.Builder |
Webswing.ConnectionHandshakeMsgInProto.toBuilder() |