|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatagramChannelFactory
A ChannelFactory which creates a DatagramChannel.
| Method Summary | |
|---|---|
DatagramChannel |
newChannel(ChannelPipeline pipeline)
Creates and opens a new Channel and attaches the specified
ChannelPipeline to the new Channel. |
| Methods inherited from interface org.jboss.netty.channel.ChannelFactory |
|---|
releaseExternalResources |
| Method Detail |
|---|
DatagramChannel newChannel(ChannelPipeline pipeline)
ChannelFactoryChannel and attaches the specified
ChannelPipeline to the new Channel.
newChannel in interface ChannelFactorypipeline - the ChannelPipeline which is going to be
attached to the new Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||