public static interface Webswing.ConnectionHandshakeMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
optional string applicationName = 6; |
com.google.protobuf.ByteString |
getApplicationNameBytes()
optional string applicationName = 6; |
String |
getClientId()
optional string clientId = 1; |
com.google.protobuf.ByteString |
getClientIdBytes()
optional string clientId = 1; |
int |
getDesktopHeight()
optional uint32 desktopHeight = 5; |
int |
getDesktopWidth()
optional uint32 desktopWidth = 4; |
boolean |
getDirectDrawSupported()
optional bool directDrawSupported = 8; |
String |
getDocumentBase()
optional string documentBase = 9; |
com.google.protobuf.ByteString |
getDocumentBaseBytes()
optional string documentBase = 9; |
String |
getLocale()
optional string locale = 11; |
com.google.protobuf.ByteString |
getLocaleBytes()
optional string locale = 11; |
boolean |
getMirrored()
optional bool mirrored = 7; |
Webswing.ParamMsgProto |
getParams(int index)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10; |
int |
getParamsCount()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10; |
List<Webswing.ParamMsgProto> |
getParamsList()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10; |
Webswing.ParamMsgProtoOrBuilder |
getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10; |
List<? extends Webswing.ParamMsgProtoOrBuilder> |
getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10; |
String |
getSessionId()
optional string sessionId = 2; |
com.google.protobuf.ByteString |
getSessionIdBytes()
optional string sessionId = 2; |
String |
getUrl()
optional string url = 12; |
com.google.protobuf.ByteString |
getUrlBytes()
optional string url = 12; |
String |
getViewId()
optional string viewId = 3; |
com.google.protobuf.ByteString |
getViewIdBytes()
optional string viewId = 3; |
boolean |
hasApplicationName()
optional string applicationName = 6; |
boolean |
hasClientId()
optional string clientId = 1; |
boolean |
hasDesktopHeight()
optional uint32 desktopHeight = 5; |
boolean |
hasDesktopWidth()
optional uint32 desktopWidth = 4; |
boolean |
hasDirectDrawSupported()
optional bool directDrawSupported = 8; |
boolean |
hasDocumentBase()
optional string documentBase = 9; |
boolean |
hasLocale()
optional string locale = 11; |
boolean |
hasMirrored()
optional bool mirrored = 7; |
boolean |
hasSessionId()
optional string sessionId = 2; |
boolean |
hasUrl()
optional string url = 12; |
boolean |
hasViewId()
optional string viewId = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClientId()
optional string clientId = 1;String getClientId()
optional string clientId = 1;com.google.protobuf.ByteString getClientIdBytes()
optional string clientId = 1;boolean hasSessionId()
optional string sessionId = 2;String getSessionId()
optional string sessionId = 2;com.google.protobuf.ByteString getSessionIdBytes()
optional string sessionId = 2;boolean hasViewId()
optional string viewId = 3;String getViewId()
optional string viewId = 3;com.google.protobuf.ByteString getViewIdBytes()
optional string viewId = 3;boolean hasDesktopWidth()
optional uint32 desktopWidth = 4;int getDesktopWidth()
optional uint32 desktopWidth = 4;boolean hasDesktopHeight()
optional uint32 desktopHeight = 5;int getDesktopHeight()
optional uint32 desktopHeight = 5;boolean hasApplicationName()
optional string applicationName = 6;String getApplicationName()
optional string applicationName = 6;com.google.protobuf.ByteString getApplicationNameBytes()
optional string applicationName = 6;boolean hasMirrored()
optional bool mirrored = 7;boolean getMirrored()
optional bool mirrored = 7;boolean hasDirectDrawSupported()
optional bool directDrawSupported = 8;boolean getDirectDrawSupported()
optional bool directDrawSupported = 8;boolean hasDocumentBase()
optional string documentBase = 9;String getDocumentBase()
optional string documentBase = 9;com.google.protobuf.ByteString getDocumentBaseBytes()
optional string documentBase = 9;List<Webswing.ParamMsgProto> getParamsList()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;Webswing.ParamMsgProto getParams(int index)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;int getParamsCount()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;List<? extends Webswing.ParamMsgProtoOrBuilder> getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;Webswing.ParamMsgProtoOrBuilder getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;boolean hasLocale()
optional string locale = 11;String getLocale()
optional string locale = 11;com.google.protobuf.ByteString getLocaleBytes()
optional string locale = 11;boolean hasUrl()
optional string url = 12;String getUrl()
optional string url = 12;com.google.protobuf.ByteString getUrlBytes()
optional string url = 12;Copyright © 2019. All rights reserved.