JavaScript is disabled on your browser.
Skip navigation links
io.netty.handler.codec.http.websocketx

Class WebSocketClientHandshaker08

    • Field Detail

    • Constructor Detail

      • WebSocketClientHandshaker08

        public WebSocketClientHandshaker08(java.net.URI webSocketURL,
         WebSocketVersion version,
         java.lang.String subprotocol,
         boolean allowExtensions,
         HttpHeaders customHeaders,
         int maxFramePayloadLength)
        Creates a new instance.
        Parameters:
        webSocketURL - URL for web socket communications. e.g "ws://myhost.com/mypath". Subsequent web socket frames will be sent to this URL.
        version - Version of web socket specification to use to connect to the server
        subprotocol - Sub protocol request sent to the server.
        allowExtensions - Allow extensions to be used in the reserved bits of the web socket frame
        customHeaders - Map of custom headers to add to the client request
        maxFramePayloadLength - Maximum length of a frame's payload
Skip navigation links

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /