程序包 | 说明 |
---|---|
io.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
限定符和类型 | 方法和说明 |
---|---|
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannel s. |
限定符和类型 | 方法和说明 |
---|---|
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannel s. |
构造器和说明 |
---|
LocalChannel(LocalServerChannel parent,
LocalChannel peer) |