Uses of Interface
javax.net.websocket.extensions.Frame.Data.Binary

Packages that use Frame.Data.Binary
javax.net.websocket.extensions   
 

Uses of Frame.Data.Binary in javax.net.websocket.extensions
 

Subinterfaces of Frame.Data.Binary in javax.net.websocket.extensions
static interface Frame.Data.Binary.Continuation
          A kind of binary frame that represents a fragment of a message in a series of such frames that, re-assembled, form a complete text message.
 

Methods in javax.net.websocket.extensions that return Frame.Data.Binary
static Frame.Data.Binary FrameBuilder.createBinaryContinuationFrame(String s, boolean isLast)
          Create a partial binary frame with the given string fragment, and indication of whether this is the last or not of a series.
static Frame.Data.Binary FrameBuilder.createBinaryFrame(String s)
          Create a binary data frame with the given bytes.
 



Copyright © 2012. All Rights Reserved.