Class WebSocketContext

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Net.WebSockets
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.WebSockets.WebSocketContext
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • WebSocketContext

        public WebSocketContext​(java.lang.Object instance)
                         throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • WebSocketContext

        public WebSocketContext()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsAuthenticated

        public boolean getIsAuthenticated()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsLocal

        public boolean getIsLocal()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsSecureConnection

        public boolean getIsSecureConnection()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaders

        public NameValueCollection getHeaders()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCookieCollection

        public CookieCollection getCookieCollection()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWebSocket

        public WebSocket getWebSocket()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUser

        public IPrincipal getUser()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOrigin

        public java.lang.String getOrigin()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSecWebSocketKey

        public java.lang.String getSecWebSocketKey()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSecWebSocketVersion

        public java.lang.String getSecWebSocketVersion()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequestUri

        public Uri getRequestUri()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable