FrameTranscoder
org.http4s.websocket.FrameTranscoder
Attributes
- Source
- FrameTranscoder.scala
- Graph
-
- Supertypes
Members list
Value members
Deprecated constructors
Attributes
- Deprecated
- true
- Source
- FrameTranscoder.scala
Concrete methods
Method that decodes ByteBuffers to objects.
Method that decodes ByteBuffers to objects. None reflects not enough data to decode a message Any unused data in the ByteBuffer will be recycled and available for the next read
Value parameters
- in
-
ByteBuffer of immediately available data
Attributes
- Returns
-
optional message if enough data was available
- Source
- FrameTranscoder.scala
Attributes
- Source
- FrameTranscoder.scala
Concrete fields
Attributes
- Source
- FrameTranscoder.scala
In this article