public interface EzyChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
disconnect() |
SocketAddress |
getClientAddress() |
<T> T |
getConnection() |
EzyConnectionType |
getConnectionType() |
SocketAddress |
getServerAddress() |
boolean |
isConnected() |
int |
write(Object data,
boolean binary) |
void close()
void disconnect()
boolean isConnected()
<T> T getConnection()
EzyConnectionType getConnectionType()
SocketAddress getServerAddress()
SocketAddress getClientAddress()
Copyright © 2021 Young Monkeys. All rights reserved.