Uses of Class
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderType
-
Packages that use WebSocketFrameEncoderType Package Description org.apache.activemq.artemis.core.server.protocol.websocket -
-
Uses of WebSocketFrameEncoderType in org.apache.activemq.artemis.core.server.protocol.websocket
Methods in org.apache.activemq.artemis.core.server.protocol.websocket that return WebSocketFrameEncoderType Modifier and Type Method Description static WebSocketFrameEncoderTypeWebSocketFrameEncoderType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebSocketFrameEncoderTypeWebSocketFrameEncoderType. valueOfType(String type)static WebSocketFrameEncoderType[]WebSocketFrameEncoderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.core.server.protocol.websocket with parameters of type WebSocketFrameEncoderType Constructor Description WebSocketFrameEncoder(int maxFramePayloadLength, WebSocketFrameEncoderType type)WebSocketServerHandler(List<String> supportedProtocols, int maxFramePayloadLength, WebSocketFrameEncoderType encoderType)
-