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

Class WebSocketServerHandshaker13

    • Field Detail

      • WEBSOCKET_13_ACCEPT_GUID

        public static final java.lang.String WEBSOCKET_13_ACCEPT_GUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebSocketServerHandshaker13

        public WebSocketServerHandshaker13(java.lang.String webSocketURL,
         java.lang.String subprotocols,
         boolean allowExtensions,
         int maxFramePayloadLength)
        Constructor specifying the destination web socket location
        Parameters:
        webSocketURL - URL for web socket communications. e.g "ws://myhost.com/mypath". Subsequent web socket frames will be sent to this URL.
        subprotocols - CSV of supported protocols
        allowExtensions - Allow extensions to be used in the reserved bits of the web socket frame
        maxFramePayloadLength - Maximum allowable frame payload length. Setting this value to your application's requirement may reduce denial of service attacks using long data frames.
Skip navigation links

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

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