Package | Description |
---|---|
org.llrp.ltk.net |
Modifier and Type | Class and Description |
---|---|
class |
LLRPIoHandlerAdapterImpl
LLRPIoHandlerAdapterImpl is the default implementation of the LLRPIoHandlerAdapter.
|
Modifier and Type | Field and Description |
---|---|
protected LLRPIoHandlerAdapter |
LLRPConnection.handler |
Modifier and Type | Method and Description |
---|---|
LLRPIoHandlerAdapter |
LLRPConnection.getHandler()
returns the handler that handles incoming LLRPMessages and forwards them to LLRPEndpoint registered.
|
Modifier and Type | Method and Description |
---|---|
void |
LLRPConnection.setHandler(LLRPIoHandlerAdapter handler)
sets the handler that handles incoming LLRPMessages and forwards them to LLRPEndpoint registered.
|
Constructor and Description |
---|
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,
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.