public interface ITransport extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
io.netty.channel.Channel |
channel()
channel
|
boolean |
connect(InetSocketAddress address,
int timeout)
connect
|
void |
disConnection()
disConnection
|
void |
open()
open transport
|
boolean connect(InetSocketAddress address, int timeout)
address - addresstimeout - timeoutvoid disConnection()
void open()
io.netty.channel.Channel channel()
Copyright © 2022. All rights reserved.