com.sun.grizzly.websockets
Class WebSocketConnectTask
java.lang.Object
java.util.concurrent.FutureTask<WebSocket>
com.sun.grizzly.websockets.WebSocketConnectTask
- All Implemented Interfaces:
- Runnable, Future<WebSocket>
public class WebSocketConnectTask
- extends FutureTask<WebSocket>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketConnectTask
public WebSocketConnectTask(NioClientWebSocket websocket)
get
public WebSocket get()
throws InterruptedException,
ExecutionException
- Specified by:
get in interface Future<WebSocket>- Overrides:
get in class FutureTask<WebSocket>
- Throws:
InterruptedException
ExecutionException
Copyright © 2011 Oracle Corpration. All Rights Reserved.