Class ShenyuConfig.WebsocketConfig

  • Enclosing class:
    ShenyuConfig

    public static class ShenyuConfig.WebsocketConfig
    extends java.lang.Object
    the websocket config.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebsocketConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getMaxFramePayloadSize()
      Get max frame payload size.
      void setMaxFramePayloadSize​(java.lang.Integer maxFramePayloadSize)
      Set max frame payload size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebsocketConfig

        public WebsocketConfig()
    • Method Detail

      • getMaxFramePayloadSize

        public java.lang.Integer getMaxFramePayloadSize()
        Get max frame payload size.
        Returns:
        the max frame payload szie
      • setMaxFramePayloadSize

        public void setMaxFramePayloadSize​(java.lang.Integer maxFramePayloadSize)
        Set max frame payload size.
        Parameters:
        maxFramePayloadSize - the max frame paylod size