Interface Webswing.ConnectionHandshakeMsgInProtoOrBuilder

    • Method Detail

      • hasClientId

        boolean hasClientId()
        optional string clientId = 1;
      • getClientId

        String getClientId()
        optional string clientId = 1;
      • getClientIdBytes

        com.google.protobuf.ByteString getClientIdBytes()
        optional string clientId = 1;
      • hasConnectionId

        boolean hasConnectionId()
        optional string connectionId = 2;
      • getConnectionId

        String getConnectionId()
        optional string connectionId = 2;
      • getConnectionIdBytes

        com.google.protobuf.ByteString getConnectionIdBytes()
        optional string connectionId = 2;
      • hasViewId

        boolean hasViewId()
        optional string viewId = 3;
      • getViewId

        String getViewId()
        optional string viewId = 3;
      • getViewIdBytes

        com.google.protobuf.ByteString getViewIdBytes()
        optional string viewId = 3;
      • hasBrowserId

        boolean hasBrowserId()
        optional string browserId = 13;
      • getBrowserId

        String getBrowserId()
        optional string browserId = 13;
      • getBrowserIdBytes

        com.google.protobuf.ByteString getBrowserIdBytes()
        optional string browserId = 13;
      • 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

        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

        String getDocumentBase()
        optional string documentBase = 9;
      • getDocumentBaseBytes

        com.google.protobuf.ByteString getDocumentBaseBytes()
        optional string documentBase = 9;
      • getParamsList

        List<Webswing.ParamMsgProto> getParamsList()
        repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
      • getParams

        Webswing.ParamMsgProto getParams​(int index)
        repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
      • getParamsCount

        int getParamsCount()
        repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
      • getParamsOrBuilder

        Webswing.ParamMsgProtoOrBuilder getParamsOrBuilder​(int index)
        repeated .org.webswing.server.model.proto.ParamMsgProto params = 10;
      • hasLocale

        boolean hasLocale()
        optional string locale = 11;
      • getLocale

        String getLocale()
        optional string locale = 11;
      • getLocaleBytes

        com.google.protobuf.ByteString getLocaleBytes()
        optional string locale = 11;
      • hasUrl

        boolean hasUrl()
        optional string url = 12;
      • getUrl

        String getUrl()
        optional string url = 12;
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        optional string url = 12;
      • hasTimeZone

        boolean hasTimeZone()
        optional string timeZone = 14;
      • getTimeZone

        String getTimeZone()
        optional string timeZone = 14;
      • getTimeZoneBytes

        com.google.protobuf.ByteString getTimeZoneBytes()
        optional string timeZone = 14;
      • hasDockingSupported

        boolean hasDockingSupported()
        optional bool dockingSupported = 15;
      • getDockingSupported

        boolean getDockingSupported()
        optional bool dockingSupported = 15;
      • hasTouchMode

        boolean hasTouchMode()
        optional bool touchMode = 16;
      • getTouchMode

        boolean getTouchMode()
        optional bool touchMode = 16;
      • hasAccessiblityEnabled

        boolean hasAccessiblityEnabled()
        optional bool accessiblityEnabled = 17;
      • getAccessiblityEnabled

        boolean getAccessiblityEnabled()
        optional bool accessiblityEnabled = 17;