|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AENetworkInterfaceConstants
Holds static values for AE stream socket and datagram connection classes.
A useful page for multicasting (on which the AEs can be streamed) is this FAQ.
Field Summary | |
---|---|
static int |
DATAGRAM_BUFFER_SIZE_BYTES
the sockets are set up to try to get this size in bytes as the buffer size. |
static int |
DATAGRAM_PORT
the default port that unicast connections use |
static int |
EVENT_SIZE_BYTES
size of socket event in bytes |
static int |
MAX_DATAGRAM_EVENTS
the maximum number deliverable over a socket per packet. |
static java.lang.String |
MULTICAST_INETADDR
the default inet address we multicast to. |
static int |
STREAM_PORT
the default port the stream socket is created on |
Field Detail |
---|
static final int STREAM_PORT
static final int DATAGRAM_PORT
static final java.lang.String MULTICAST_INETADDR
static final int EVENT_SIZE_BYTES
static final int DATAGRAM_BUFFER_SIZE_BYTES
static final int MAX_DATAGRAM_EVENTS
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |