D F G O R S T _
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DEFAULT_MAGIC_NUMBER - Static variable in class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Default magic number in case none has been specified.
F
- fromTransmission(Sequence, int) - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
G
- getHopCount(Integer, Integer[]) - Method in class org.refcodes.p2p.alt.serial.SerialPeerProxy
- getLength() - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
- getMagicBytes() - Method in class org.refcodes.p2p.alt.serial.SerialP2PHeader
- getMagicNumber() - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
- getPayload(Class<P>) - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
O
- org.refcodes.p2p.alt.serial - module org.refcodes.p2p.alt.serial
- org.refcodes.p2p.alt.serial - package org.refcodes.p2p.alt.serial
R
- receiveFrom(InputStream, OutputStream) - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
S
- sendMessage(int, Segment) - Method in class org.refcodes.p2p.alt.serial.SerialPeer
-
Convenience method for
AbstractPeer.sendMessage(P2PMessage). - sendMessage(int, Sequence) - Method in class org.refcodes.p2p.alt.serial.SerialPeer
-
Convenience method for
AbstractPeer.sendMessage(P2PMessage). - sendMessage(Integer, P) - Method in class org.refcodes.p2p.alt.serial.SerialPeer
- sendMessage(SerialP2PMessage) - Method in class org.refcodes.p2p.alt.serial.SerialPeerProxy
- SerialP2PHeader - Class in org.refcodes.p2p.alt.serial
-
The
SerialP2PHeaderrepresents aP2PHeaderoptimized for local microcontroller wiring (networks) and microcontroller memory layout. - SerialP2PHeader(byte[], Integer) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PHeader
- SerialP2PHeader(Integer) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PHeader
- SerialP2PMessage - Class in org.refcodes.p2p.alt.serial
-
Basic implementation of the
P2PMessageoptimized for local area microcontroller wiring (networks) and microcontroller memory layout. - SerialP2PMessage(int, int, Segment) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, int, Segment, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, int, Sequence) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, int, Sequence, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, int, P) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, int, P, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, Segment) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, Segment, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, Sequence) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, Sequence, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, P) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(int, P, TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an
SerialP2PMessage. - SerialP2PMessage(TransmissionMetrics) - Constructor for class org.refcodes.p2p.alt.serial.SerialP2PMessage
-
Constructs an empty
SerialP2PMessage. - SerialP2PMessageConsumer - Interface in org.refcodes.p2p.alt.serial
-
The
SerialP2PMessageConsumerimplements aP2PMessageConsumeroptimized for local area microcontroller wiring (networks) and microcontroller memory layout. - SerialPeer - Class in org.refcodes.p2p.alt.serial
-
The
SerialPeerimplements aPeeroptimized for local area microcontroller wiring (networks) and microcontroller memory layout. - SerialPeer(Integer, SerialP2PMessageConsumer, Port<?>...) - Constructor for class org.refcodes.p2p.alt.serial.SerialPeer
-
Constructs the
Peerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances. - SerialPeer(Integer, SerialP2PMessageConsumer, TransmissionMetrics, ExecutorService, Port<?>...) - Constructor for class org.refcodes.p2p.alt.serial.SerialPeer
-
Constructs the
Peerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances. - SerialPeer(Integer, SerialP2PMessageConsumer, TransmissionMetrics, Port<?>...) - Constructor for class org.refcodes.p2p.alt.serial.SerialPeer
-
Constructs the
Peerinstance with the given locator identifying thePeerand the givenP2PMessageConsumerprocessing the messages targeted at the given locator binding the givenPortinstances. - SerialPeerProxy - Class in org.refcodes.p2p.alt.serial
-
The
SerialPeerProxyimplements aPeerProxyoptimized for local area microcontroller wiring (networks) and microcontroller memory layout using serialPortinstances. - SerialPeerRouter - Interface in org.refcodes.p2p.alt.serial
-
The
SerialPeerRouterdefinition defines aPeerRouteroptimized for local area microcontroller wiring (networks) and microcontroller memory layout. - setHops(int[]) - Method in class org.refcodes.p2p.alt.serial.SerialP2PHeader
-
Hook to set the stop-over trail e.g. upon receiving serial data from a port.
- setHops(Integer[]) - Method in class org.refcodes.p2p.alt.serial.SerialP2PHeader
-
Hook to set the stop-over trail e.g. upon receiving serial data from a port.
T
- toSchema() - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
- toSequence() - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
- toSimpleTypeMap() - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
- transmitTo(OutputStream, InputStream) - Method in class org.refcodes.p2p.alt.serial.SerialP2PMessage
_
- _port - Variable in class org.refcodes.p2p.alt.serial.SerialPeerProxy
All Classes All Packages