WebSocket 1.0 - Apache Tomcat 7.0.47

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
static interface Decoder.Binary<T>
           
static interface Decoder.BinaryStream<T>
           
static interface Decoder.Text<T>
           
static interface Decoder.TextStream<T>
           
 
Method Summary
 void destroy()
           
 void init(EndpointConfig endpointConfig)
           
 

Method Detail

init

void init(EndpointConfig endpointConfig)

destroy

void destroy()

WebSocket 1.0 - Apache Tomcat 7.0.47

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.