public class RSocketConnectionManagerImpl extends JsonSupport implements RSocketConnectionManager
| Constructor and Description |
|---|
RSocketConnectionManagerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String[] upstreamRsocketUris,
Open2InternetAuthentication authentication,
LocalHttpServiceClient localHttpServiceClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disConnect() |
List<ConnectInfo> |
getConnectInfo() |
boolean |
isConnected() |
readValue, toJson, toJsonpublic RSocketConnectionManagerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String[] upstreamRsocketUris,
Open2InternetAuthentication authentication,
LocalHttpServiceClient localHttpServiceClient)
public void connect()
connect in interface RSocketConnectionManagerpublic void disConnect()
disConnect in interface RSocketConnectionManagerpublic boolean isConnected()
isConnected in interface RSocketConnectionManagerpublic List<ConnectInfo> getConnectInfo()
getConnectInfo in interface RSocketConnectionManagerCopyright © 2020. All rights reserved.