Package ratpack.core.websocket
Interface WebSocketConnector<T>
- 
 public interface WebSocketConnector<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnect(Action<? super WebSocketSpec<T>> specAction)
 
- 
- 
- 
Method Detail- 
connectvoid connect(Action<? super WebSocketSpec<T>> specAction) throws Exception - Throws:
- Exception
 
 
- 
 
-