Uses of Interface
javax.net.websocket.Decoder

Packages that use Decoder
javax.net.websocket   
org.glassfish.tyrus.platform.decoders   
 

Uses of Decoder in javax.net.websocket
 

Subinterfaces of Decoder in javax.net.websocket
static interface Decoder.Binary<T>
          This interface defines how binary messages are converted.
static interface Decoder.Text<T>
          This interface defines how text messages are converted.
 

Methods in javax.net.websocket that return types with arguments of type Decoder
 List<Decoder> EndpointConfiguration.getDecoders()
          Return the Decoder implementations configured.
 List<Decoder> DefaultServerConfiguration.getDecoders()
          Return the Decoder implementations configured.
 List<Decoder> DefaultClientConfiguration.getDecoders()
          Assign the list of decoders this client will use.
 List<Decoder> DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
          Assign the list of decoders this client will use.
 

Method parameters in javax.net.websocket with type arguments of type Decoder
 DefaultServerConfiguration DefaultServerConfiguration.setDecoders(List<Decoder> decoders)
          Sets all the decoders that this configuration will support.
 List<Decoder> DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
          Assign the list of decoders this client will use.
 

Uses of Decoder in org.glassfish.tyrus.platform.decoders
 

Classes in org.glassfish.tyrus.platform.decoders that implement Decoder
 class BinaryDecoderNoOp
           
 class BooleanDecoder
          Used to decode Boolean
 class ByteDecoder
           
 class CharDecoder
           
 class DoubleDecoder
           
 class FloatDecoder
           
 class IntegerDecoder
           
 class LongDecoder
           
 class ShortDecoder
           
 class StringDecoderNoOp
           
 



Copyright © 2012. All Rights Reserved.