enc
Class DecoderA

java.lang.Object
  extended by enc.DecoderA
All Implemented Interfaces:
Decoder, Decoder.Text<java.lang.String>

public class DecoderA
extends java.lang.Object
implements Decoder.Text<java.lang.String>

Author:
dannycoward

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.Decoder
Decoder.Binary<T>, Decoder.Text<T>
 
Constructor Summary
DecoderA()
           
 
Method Summary
 java.lang.String decode(java.lang.String s)
           
 boolean willDecode(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderA

public DecoderA()
Method Detail

decode

public java.lang.String decode(java.lang.String s)
                        throws DecodeException
Specified by:
decode in interface Decoder.Text<java.lang.String>
Throws:
DecodeException

willDecode

public boolean willDecode(java.lang.String s)
Specified by:
willDecode in interface Decoder.Text<java.lang.String>


Copyright © 2012. All Rights Reserved.