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
 Frame.Data.Binary FrameBuilder.createBinaryFrame(ByteBuffer bb)
          Create a binary data frame with the given bytes.
 



Copyright © 2012. All Rights Reserved.