Package javax.websocket
Interface Decoder
- All Known Subinterfaces:
Decoder.Binary<T>
,Decoder.BinaryStream<T>
,Decoder.Text<T>
,Decoder.TextStream<T>
public interface Decoder
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Destroy the decoder.void
init
(EndpointConfig endpointConfig) Initialise the decoder.
-
Method Details
-
init
Initialise the decoder.- Parameters:
endpointConfig
- The end-point configuration
-
destroy
void destroy()Destroy the decoder.
-