C E H O P W 

C

channelActive(ChannelHandlerContext) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
 
ClientMessageCallback - Interface in org.opendaylight.yangtools.websocket.client.callback
ClientMessageCallback notifies client that some event has occurred.
close() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Closes the connection when the server responds to the CloseWebSocketFrame.
connect() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Makes the connection attempt and notifies when the handshake process succeeds or fail.

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
 

H

handlerAdded(ChannelHandlerContext) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
 
handshakeFuture() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
Notifies by Future when handshake process succeeds or fails.

O

onMessageReceived(Object) - Method in interface org.opendaylight.yangtools.websocket.client.callback.ClientMessageCallback
Notifies client that some event has occurred.
org.opendaylight.yangtools.websocket.client - package org.opendaylight.yangtools.websocket.client
 
org.opendaylight.yangtools.websocket.client.callback - package org.opendaylight.yangtools.websocket.client.callback
 

P

ping() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Writes PingWebSocketFrame through the ChannelPipeline and request to actual Channel.flush() to flush all pending data to the actual transport.

W

WebSocketClientHandler - Class in org.opendaylight.yangtools.websocket.client
WebSocketClientHandler is implementation of SimpleChannelInboundHandler which handle TextWebSocketFrame, PongWebSocketFrame and CloseWebSocketFrame messages.
WebSocketClientHandler(WebSocketClientHandshaker, ClientMessageCallback) - Constructor for class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
Create new Web Socket Client Handler.
WebSocketIClient - Class in org.opendaylight.yangtools.websocket.client
Implementation of web socket client that supports WS and HTTP protocols.
WebSocketIClient(URI, ClientMessageCallback) - Constructor for class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Creates new web socket client
writeAndFlush(String) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Writes a String message through the ChannelPipeline and request to actual Channel.flush() to flush all pending data to the actual transport.
writeAndFlush(Object) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
Writes a Object message through the ChannelPipeline and request to actual Channel.flush() to flush all pending data to the actual transport.
C E H O P W 

Copyright © 2015. All rights reserved.