Class DecoderFactory.Wrapper
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.DecoderFactory.Wrapper
-
- All Implemented Interfaces:
Configurable
- Enclosing class:
- DecoderFactory
public static class DecoderFactory.Wrapper extends java.lang.Object implements Configurable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
javax.websocket.Decoder
getDecoder()
DecoderMetadata
getMetadata()
void
init(javax.websocket.EndpointConfig config)
-
-
-
Method Detail
-
getDecoder
public javax.websocket.Decoder getDecoder()
-
getMetadata
public DecoderMetadata getMetadata()
-
init
public void init(javax.websocket.EndpointConfig config)
- Specified by:
init
in interfaceConfigurable
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceConfigurable
-
-