javax.net.websocket.extensions
Interface Frame.Data.Binary.Continuation

All Superinterfaces:
Frame, Frame.Data, Frame.Data.Binary
Enclosing interface:
Frame.Data.Binary

public static interface Frame.Data.Binary.Continuation
extends Frame.Data.Binary

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.extensions.Frame.Data.Binary
Frame.Data.Binary.Continuation
 
Nested classes/interfaces inherited from interface javax.net.websocket.extensions.Frame.Data
Frame.Data.Binary, Frame.Data.Text
 
Nested classes/interfaces inherited from interface javax.net.websocket.extensions.Frame
Frame.Control, Frame.Data
 
Method Summary
 boolean isLast()
          Indicates whether this text message fragment is the last in the series or not.
 
Methods inherited from interface javax.net.websocket.extensions.Frame.Data.Binary
getData
 
Methods inherited from interface javax.net.websocket.extensions.Frame.Data
getExtensionData
 

Method Detail

isLast

boolean isLast()
Indicates whether this text message fragment is the last in the series or not.

Returns:


Copyright © 2012. All Rights Reserved.