Uses of Class
org.glassfish.grizzly.websockets.DataFrame
Packages that use DataFrame
Package
Description
-
Uses of DataFrame in org.glassfish.grizzly.websockets
Subclasses of DataFrame in org.glassfish.grizzly.websocketsMethods in org.glassfish.grizzly.websockets that return DataFrameModifier and TypeMethodDescriptionBaseFrameType.create(boolean fin, byte[] data) FrameType.create(boolean fin, byte[] data) FrameCompletionHandler.getResult()abstract DataFrameProtocolHandler.parse(org.glassfish.grizzly.Buffer buffer) ProtocolHandler.toDataFrame(byte[] data) ProtocolHandler.toDataFrame(byte[] data, boolean last) ProtocolHandler.toDataFrame(String data) ProtocolHandler.toDataFrame(String data, boolean last) ProtocolHandler.unframe(org.glassfish.grizzly.Buffer buffer) Methods in org.glassfish.grizzly.websockets that return types with arguments of type DataFrameModifier and TypeMethodDescriptionorg.glassfish.grizzly.GrizzlyFuture<DataFrame>SimpleWebSocket.completableClose(int code, String reason) WebSocket.completableClose(int code, String reason) static CompletableFuture<DataFrame>Utils.completedFrame(byte[] fragment, boolean last) org.glassfish.grizzly.GrizzlyFuture<DataFrame>ProtocolHandler.send(byte[] data) org.glassfish.grizzly.GrizzlyFuture<DataFrame>final org.glassfish.grizzly.GrizzlyFuture<DataFrame>org.glassfish.grizzly.GrizzlyFuture<DataFrame>ProtocolHandler.send(DataFrame frame, org.glassfish.grizzly.CompletionHandler<DataFrame> completionHandler) org.glassfish.grizzly.GrizzlyFuture<DataFrame>SimpleWebSocket.send(byte[] data) org.glassfish.grizzly.GrizzlyFuture<DataFrame>org.glassfish.grizzly.GrizzlyFuture<DataFrame>WebSocket.send(byte[] data) Send a binary frame to the remote end-point.org.glassfish.grizzly.GrizzlyFuture<DataFrame>Send a text frame to the remote end-point.org.glassfish.grizzly.GrizzlyFuture<DataFrame>SimpleWebSocket.sendPing(byte[] data) Sends apingframe with the specified payload (if any).org.glassfish.grizzly.GrizzlyFuture<DataFrame>WebSocket.sendPing(byte[] data) Sends apingframe with the specified payload (if any).org.glassfish.grizzly.GrizzlyFuture<DataFrame>SimpleWebSocket.sendPong(byte[] data) Sends apingframe with the specified payload (if any).org.glassfish.grizzly.GrizzlyFuture<DataFrame>WebSocket.sendPong(byte[] data) Sends apingframe with the specified payload (if any).org.glassfish.grizzly.GrizzlyFuture<DataFrame>ProtocolHandler.stream(boolean last, byte[] bytes, int off, int len) org.glassfish.grizzly.GrizzlyFuture<DataFrame>org.glassfish.grizzly.GrizzlyFuture<DataFrame>SimpleWebSocket.stream(boolean last, byte[] bytes, int off, int len) org.glassfish.grizzly.GrizzlyFuture<DataFrame>org.glassfish.grizzly.GrizzlyFuture<DataFrame>WebSocket.stream(boolean last, byte[] fragment, int off, int len) Sends a fragment of a complete message.org.glassfish.grizzly.GrizzlyFuture<DataFrame>Sends a fragment of a complete message.Methods in org.glassfish.grizzly.websockets with parameters of type DataFrameModifier and TypeMethodDescriptionprotected byteProtocolHandler.checkForLastFrame(DataFrame frame, byte opcode) voidabstract byte[]byte[]byte[]voidvoidThis callback will be invoked when the remote end-point sent a closing frame.voidvoidWhen aWebSocket.onClose(DataFrame)is invoked, theWebSocketwill be unassociated with this application and closed.voidInvoked whenWebSocket.onClose(DataFrame)has been called on a particularWebSocketinstance.voidvoidThis callback will be invoked when the remote end-point has sent a ping frame.voidvoidThis callback will be invoked when the remote end-point has sent a pong frame.voidfinal org.glassfish.grizzly.GrizzlyFuture<DataFrame>org.glassfish.grizzly.GrizzlyFuture<DataFrame>ProtocolHandler.send(DataFrame frame, org.glassfish.grizzly.CompletionHandler<DataFrame> completionHandler) voidBaseFrameType.setPayload(DataFrame frame, byte[] data) voidFrameType.setPayload(DataFrame frame, byte[] data) voidprotected voidProtocolHandler.utf8Decode(boolean finalFragment, byte[] data, DataFrame dataFrame) Method parameters in org.glassfish.grizzly.websockets with type arguments of type DataFrame -
Uses of DataFrame in org.glassfish.grizzly.websockets.frametypes
Methods in org.glassfish.grizzly.websockets.frametypes that return DataFrameMethods in org.glassfish.grizzly.websockets.frametypes with parameters of type DataFrameModifier and TypeMethodDescriptionbyte[]byte[]voidvoidvoidvoidvoidvoidvoidContinuationFrameType.setPayload(DataFrame frame, byte[] data) voidTextFrameType.setPayload(DataFrame frame, byte[] data) -
Uses of DataFrame in org.glassfish.grizzly.websockets.rfc6455
Methods in org.glassfish.grizzly.websockets.rfc6455 that return DataFrameMethods in org.glassfish.grizzly.websockets.rfc6455 with parameters of type DataFrame