|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.protocol.socket.SocketDriver.UDPListener
There is exactly one UDP listener thread which receives datagrams for all clients. The datagrams are forwarded to the correct client with the sessionId Only the methods publishOneway() and updateOneway() may use UDP, you can choose TCP or UDP for those messages with the plugin/socket/useUdpForOneway setting
| Field Summary | |
(package private) static int |
MAX_PACKET_SIZE
|
| Constructor Summary | |
(package private) |
SocketDriver.UDPListener()
|
| Method Summary | |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final int MAX_PACKET_SIZE
| Constructor Detail |
SocketDriver.UDPListener()
| Method Detail |
public void run()
run in interface java.lang.Runnable
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||