|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A channel factory takes care of creation of channel implementations. Subclasses will create different implementations.
Method Summary | |
Channel |
createChannel(java.lang.Object properties)
Creates an instance implementing the Channel interface. |
Method Detail |
public Channel createChannel(java.lang.Object properties) throws ChannelException
Channel
interface.properties
- The specification of the protocol stack (underneath the channel).
A null
value means use the default properties.ChannelException
- Thrown when the creation of the channel failed, e.g.
the properties
specified were incompatible (e.g. a missing
UDP layer etc.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |