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