|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.appia.core.Layer
net.sf.appia.protocols.udpsimple.UdpSimpleLayer
public class UdpSimpleLayer
Class UdpSimpleLayer is the Layer subclassing for UdpSimple protocol. This protocol serializes and deserializes SendableEvents to/from the network using UDP point-to-point or multicast sockets. The UdpSimple protocol provides the following events:
Layer
,
UdpSimpleSession
,
SendableEvent
,
SendableNotDeliveredEvent
,
RegisterSocketEvent
,
MulticastInitEvent
,
ChannelInit
,
Debug
,
ChannelClose
,
MaxPDUSizeEvent
Field Summary |
---|
Fields inherited from class net.sf.appia.core.Layer |
---|
evAccept, evProvide, evRequire |
Constructor Summary | |
---|---|
UdpSimpleLayer()
Standard empty constructor |
Method Summary | |
---|---|
Session |
createSession()
|
Methods inherited from class net.sf.appia.core.Layer |
---|
channelDispose, getAcceptedEvents, getProvidedEvents, getRequiredEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UdpSimpleLayer()
Method Detail |
---|
public Session createSession()
createSession
in class Layer
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |