Class DoubleDecoder
java.lang.Object
org.eclipse.jetty.websocket.jakarta.common.decoders.AbstractDecoder
org.eclipse.jetty.websocket.jakarta.common.decoders.DoubleDecoder
- All Implemented Interfaces:
jakarta.websocket.Decoder,jakarta.websocket.Decoder.Text<Double>
public class DoubleDecoder
extends AbstractDecoder
implements jakarta.websocket.Decoder.Text<Double>
Default implementation of the
Decoder.Text Message to Double to decoder-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.jakarta.common.decoders.AbstractDecoder
destroy, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.Decoder
destroy, init
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DoubleDecoder
public DoubleDecoder()
-
-
Method Details