Uses of Interface
javax.net.websocket.extensions.Frame.Data.Text.Continuation

Packages that use Frame.Data.Text.Continuation
javax.net.websocket.extensions   
 

Uses of Frame.Data.Text.Continuation in javax.net.websocket.extensions
 

Methods in javax.net.websocket.extensions that return Frame.Data.Text.Continuation
static Frame.Data.Text.Continuation FrameBuilder.createTextContinuationFrame(String s, boolean isLast)
          Create a partial text frame with the given string fragment, and indication of whether this is the last or not of a series.
 



Copyright © 2012. All Rights Reserved.