| Package | Description |
|---|---|
| org.llrp.ltk.net |
| Modifier and Type | Field and Description |
|---|---|
protected LLRPEndpoint |
LLRPConnection.endpoint |
| Modifier and Type | Method and Description |
|---|---|
LLRPEndpoint |
LLRPConnection.getEndpoint()
returns the endpoint which receives incoming LLRPMessages
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLRPConnection.setEndpoint(LLRPEndpoint endpoint)
sets the endpoint which receives incoming LLRPMessages
|
| Constructor and Description |
|---|
LLRPAcceptor(LLRPEndpoint endpoint)
creates a remotely initiated LLRP connection on default PORT 5084
and uses LLRPIoHandlerAdapterImpl by default
|
LLRPAcceptor(LLRPEndpoint endpoint,
int port)
creates a remotely initiated LLRP connection and uses LLRPIoHandlerAdapterImpl by default
|
LLRPAcceptor(LLRPEndpoint endpoint,
int port,
LLRPIoHandlerAdapter handler)
creates a remotely initiated LLRP connection and uses LLRPIoHandlerAdapterImpl by default
|
LLRPAcceptor(LLRPEndpoint endpoint,
LLRPIoHandlerAdapter handler)
creates a remotely initiated LLRP connection on default PORT 5084
|
LLRPConnector(LLRPEndpoint endpoint,
java.lang.String host)
LLRPConnector using parameters provided and LLRPIoAdapterHandlerImpl as default IoHandler
and default port 5084
|
LLRPConnector(LLRPEndpoint endpoint,
java.lang.String host,
int port)
LLRPConnector using parameters provided and LLRPIoAdapterHandlerImpl as default IoHandler
|
LLRPConnector(LLRPEndpoint endpoint,
java.lang.String host,
int port,
LLRPIoHandlerAdapter handler)
LLRPConnector using parameters provided
|
LLRPConnector(LLRPEndpoint endpoint,
java.lang.String host,
LLRPIoHandlerAdapter handler)
LLRPConnector using parameters provided and default port 5084
|
Copyright © 2007 ETH Zurich.