public class WsForwardClient extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connect()
set up connection
|
static WsForwardClient |
create(String url,
org.springframework.web.socket.WebSocketSession webSocketSession,
MessageFilter messageFilter)
create WsForwardClient
|
io.netty.bootstrap.Bootstrap |
getBootstrap() |
io.netty.channel.Channel |
getChannel() |
String |
getUrl() |
org.springframework.web.socket.WebSocketSession |
getWebSocketSession() |
public static WsForwardClient create(String url, org.springframework.web.socket.WebSocketSession webSocketSession, MessageFilter messageFilter)
url - urlwebSocketSession - webSocketSessionpublic String getUrl()
public org.springframework.web.socket.WebSocketSession getWebSocketSession()
public io.netty.bootstrap.Bootstrap getBootstrap()
public io.netty.channel.Channel getChannel()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.