Uses of Enum Class
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketFrameEncoderType
Packages that use WebSocketFrameEncoderType
-
Uses of WebSocketFrameEncoderType in org.apache.activemq.artemis.core.server.protocol.websocket
Methods in org.apache.activemq.artemis.core.server.protocol.websocket that return WebSocketFrameEncoderTypeModifier and TypeMethodDescriptionstatic WebSocketFrameEncoderTypeReturns the enum constant of this class with the specified name.static WebSocketFrameEncoderTypeWebSocketFrameEncoderType.valueOfType(String type) static WebSocketFrameEncoderType[]WebSocketFrameEncoderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.core.server.protocol.websocket with parameters of type WebSocketFrameEncoderTypeModifierConstructorDescriptionWebSocketFrameEncoder(int maxFramePayloadLength, WebSocketFrameEncoderType type) WebSocketServerHandler(List<String> supportedProtocols, int maxFramePayloadLength, WebSocketFrameEncoderType encoderType, boolean allowExtensions)