Package | Description |
---|---|
org.menacheri.jetserver.communication | |
org.menacheri.jetserver.event.impl |
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageSender.Fast
An interface whose implementations would transmit messages fast but
unreliably to the remote machine/vm.
|
static interface |
MessageSender.Reliable
An interface whose implementations would transmit messages reliably to
the remote machine/vm.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyTCPMessageSender
A class that transmits messages reliably to remote machines/vm's.
|
class |
NettyUDPMessageSender
This class is used to send messages to a remote UDP client or server.
|
Modifier and Type | Method and Description |
---|---|
MessageSender |
DefaultConnectEvent.getSource() |
Copyright © 2013. All Rights Reserved.