org.java_websocket.client
Interface WebSocketClient.WebSocketClientFactory

All Superinterfaces:
WebSocketFactory
All Known Implementing Classes:
DefaultSSLWebSocketClientFactory, DefaultWebSocketClientFactory
Enclosing class:
WebSocketClient

public static interface WebSocketClient.WebSocketClientFactory
extends WebSocketFactory


Method Summary
 ByteChannel wrapChannel(SocketChannel channel, SelectionKey key, String host, int port)
           
 
Methods inherited from interface org.java_websocket.WebSocketFactory
createWebSocket, createWebSocket
 

Method Detail

wrapChannel

ByteChannel wrapChannel(SocketChannel channel,
                        SelectionKey key,
                        String host,
                        int port)
                        throws IOException
Throws:
IOException


Copyright © 2013 Pusher. All Rights Reserved.