|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.reprap.comms.IncomingContext
public class IncomingContext
Field Summary | |
---|---|
private Communicator |
communicator
|
private Address |
expectedAddress
|
Constructor Summary | |
---|---|
IncomingContext(Communicator communicator,
Address address)
|
Method Summary | |
---|---|
Communicator |
getCommunicator()
|
Address |
getExpectedAddress()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Communicator communicator
private Address expectedAddress
Constructor Detail |
---|
public IncomingContext(Communicator communicator, Address address)
communicator
- The communicator to receive messages fromaddress
- Address to receive messages from (null for any)Method Detail |
---|
public Communicator getCommunicator()
public Address getExpectedAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |