Package org.webswing.model.common.proto
Interface CommonProto.ConnectionHandshakeMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonProto.ConnectionHandshakeMsgInProto,CommonProto.ConnectionHandshakeMsgInProto.Builder
- Enclosing class:
- CommonProto
public static interface CommonProto.ConnectionHandshakeMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAccessiblityEnabled()optional bool accessiblityEnabled = 16;java.lang.StringgetApplicationName()optional string applicationName = 6;com.google.protobuf.ByteStringgetApplicationNameBytes()optional string applicationName = 6;java.lang.StringgetBrowserId()optional string browserId = 3;com.google.protobuf.ByteStringgetBrowserIdBytes()optional string browserId = 3;java.lang.StringgetClientId()optional string clientId = 1;com.google.protobuf.ByteStringgetClientIdBytes()optional string clientId = 1;intgetDesktopHeight()optional uint32 desktopHeight = 5;intgetDesktopWidth()optional uint32 desktopWidth = 4;booleangetDirectDrawSupported()optional bool directDrawSupported = 8;booleangetDockingSupported()optional bool dockingSupported = 14;java.lang.StringgetDocumentBase()optional string documentBase = 9;com.google.protobuf.ByteStringgetDocumentBaseBytes()optional string documentBase = 9;java.lang.StringgetLocale()optional string locale = 11;com.google.protobuf.ByteStringgetLocaleBytes()optional string locale = 11;booleangetMirrored()optional bool mirrored = 7;CommonProto.ParamMsgInProtogetParams(int index)repeated .commonProto.ParamMsgInProto params = 10;intgetParamsCount()repeated .commonProto.ParamMsgInProto params = 10;java.util.List<CommonProto.ParamMsgInProto>getParamsList()repeated .commonProto.ParamMsgInProto params = 10;CommonProto.ParamMsgInProtoOrBuildergetParamsOrBuilder(int index)repeated .commonProto.ParamMsgInProto params = 10;java.util.List<? extends CommonProto.ParamMsgInProtoOrBuilder>getParamsOrBuilderList()repeated .commonProto.ParamMsgInProto params = 10;java.lang.StringgetTabId()optional string tabId = 17;com.google.protobuf.ByteStringgetTabIdBytes()optional string tabId = 17;java.lang.StringgetTimeZone()optional string timeZone = 13;com.google.protobuf.ByteStringgetTimeZoneBytes()optional string timeZone = 13;booleangetTouchMode()optional bool touchMode = 15;java.lang.StringgetUrl()optional string url = 12;com.google.protobuf.ByteStringgetUrlBytes()optional string url = 12;java.lang.StringgetViewId()optional string viewId = 2;com.google.protobuf.ByteStringgetViewIdBytes()optional string viewId = 2;booleanhasAccessiblityEnabled()optional bool accessiblityEnabled = 16;booleanhasApplicationName()optional string applicationName = 6;booleanhasBrowserId()optional string browserId = 3;booleanhasClientId()optional string clientId = 1;booleanhasDesktopHeight()optional uint32 desktopHeight = 5;booleanhasDesktopWidth()optional uint32 desktopWidth = 4;booleanhasDirectDrawSupported()optional bool directDrawSupported = 8;booleanhasDockingSupported()optional bool dockingSupported = 14;booleanhasDocumentBase()optional string documentBase = 9;booleanhasLocale()optional string locale = 11;booleanhasMirrored()optional bool mirrored = 7;booleanhasTabId()optional string tabId = 17;booleanhasTimeZone()optional string timeZone = 13;booleanhasTouchMode()optional bool touchMode = 15;booleanhasUrl()optional string url = 12;booleanhasViewId()optional string viewId = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasClientId
boolean hasClientId()
optional string clientId = 1;
-
getClientId
java.lang.String getClientId()
optional string clientId = 1;
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()
optional string clientId = 1;
-
hasViewId
boolean hasViewId()
optional string viewId = 2;
-
getViewId
java.lang.String getViewId()
optional string viewId = 2;
-
getViewIdBytes
com.google.protobuf.ByteString getViewIdBytes()
optional string viewId = 2;
-
hasBrowserId
boolean hasBrowserId()
optional string browserId = 3;
-
getBrowserId
java.lang.String getBrowserId()
optional string browserId = 3;
-
getBrowserIdBytes
com.google.protobuf.ByteString getBrowserIdBytes()
optional string browserId = 3;
-
hasDesktopWidth
boolean hasDesktopWidth()
optional uint32 desktopWidth = 4;
-
getDesktopWidth
int getDesktopWidth()
optional uint32 desktopWidth = 4;
-
hasDesktopHeight
boolean hasDesktopHeight()
optional uint32 desktopHeight = 5;
-
getDesktopHeight
int getDesktopHeight()
optional uint32 desktopHeight = 5;
-
hasApplicationName
boolean hasApplicationName()
optional string applicationName = 6;
-
getApplicationName
java.lang.String getApplicationName()
optional string applicationName = 6;
-
getApplicationNameBytes
com.google.protobuf.ByteString getApplicationNameBytes()
optional string applicationName = 6;
-
hasMirrored
boolean hasMirrored()
optional bool mirrored = 7;
-
getMirrored
boolean getMirrored()
optional bool mirrored = 7;
-
hasDirectDrawSupported
boolean hasDirectDrawSupported()
optional bool directDrawSupported = 8;
-
getDirectDrawSupported
boolean getDirectDrawSupported()
optional bool directDrawSupported = 8;
-
hasDocumentBase
boolean hasDocumentBase()
optional string documentBase = 9;
-
getDocumentBase
java.lang.String getDocumentBase()
optional string documentBase = 9;
-
getDocumentBaseBytes
com.google.protobuf.ByteString getDocumentBaseBytes()
optional string documentBase = 9;
-
getParamsList
java.util.List<CommonProto.ParamMsgInProto> getParamsList()
repeated .commonProto.ParamMsgInProto params = 10;
-
getParams
CommonProto.ParamMsgInProto getParams(int index)
repeated .commonProto.ParamMsgInProto params = 10;
-
getParamsCount
int getParamsCount()
repeated .commonProto.ParamMsgInProto params = 10;
-
getParamsOrBuilderList
java.util.List<? extends CommonProto.ParamMsgInProtoOrBuilder> getParamsOrBuilderList()
repeated .commonProto.ParamMsgInProto params = 10;
-
getParamsOrBuilder
CommonProto.ParamMsgInProtoOrBuilder getParamsOrBuilder(int index)
repeated .commonProto.ParamMsgInProto params = 10;
-
hasLocale
boolean hasLocale()
optional string locale = 11;
-
getLocale
java.lang.String getLocale()
optional string locale = 11;
-
getLocaleBytes
com.google.protobuf.ByteString getLocaleBytes()
optional string locale = 11;
-
hasUrl
boolean hasUrl()
optional string url = 12;
-
getUrl
java.lang.String getUrl()
optional string url = 12;
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
optional string url = 12;
-
hasTimeZone
boolean hasTimeZone()
optional string timeZone = 13;
-
getTimeZone
java.lang.String getTimeZone()
optional string timeZone = 13;
-
getTimeZoneBytes
com.google.protobuf.ByteString getTimeZoneBytes()
optional string timeZone = 13;
-
hasDockingSupported
boolean hasDockingSupported()
optional bool dockingSupported = 14;
-
getDockingSupported
boolean getDockingSupported()
optional bool dockingSupported = 14;
-
hasTouchMode
boolean hasTouchMode()
optional bool touchMode = 15;
-
getTouchMode
boolean getTouchMode()
optional bool touchMode = 15;
-
hasAccessiblityEnabled
boolean hasAccessiblityEnabled()
optional bool accessiblityEnabled = 16;
-
getAccessiblityEnabled
boolean getAccessiblityEnabled()
optional bool accessiblityEnabled = 16;
-
hasTabId
boolean hasTabId()
optional string tabId = 17;
-
getTabId
java.lang.String getTabId()
optional string tabId = 17;
-
getTabIdBytes
com.google.protobuf.ByteString getTabIdBytes()
optional string tabId = 17;
-
-