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 Object implements Configurable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecodergetDecoder()DecoderMetadatagetMetadata()voidinit(EndpointConfig config)
-
-
-
Method Detail
-
getDecoder
public Decoder getDecoder()
-
getMetadata
public DecoderMetadata getMetadata()
-
init
public void init(EndpointConfig config)
- Specified by:
initin interfaceConfigurable
-
-