|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LLRPIoHandlerAdapter | |
|---|---|
| org.llrp.ltk.net | |
| Uses of LLRPIoHandlerAdapter in org.llrp.ltk.net |
|---|
| Subclasses of LLRPIoHandlerAdapter in org.llrp.ltk.net | |
|---|---|
class |
LLRPIoHandlerAdapterImpl
LLRPIoHandlerAdapterImpl is the default implementation of the LLRPIoHandlerAdapter. |
| Fields in org.llrp.ltk.net declared as LLRPIoHandlerAdapter | |
|---|---|
protected LLRPIoHandlerAdapter |
LLRPConnection.handler
|
| Methods in org.llrp.ltk.net that return LLRPIoHandlerAdapter | |
|---|---|
LLRPIoHandlerAdapter |
LLRPConnection.getHandler()
returns the handler that handles incoming LLRPMessages and forwards them to LLRPEndpoint registered. |
| Methods in org.llrp.ltk.net with parameters of type LLRPIoHandlerAdapter | |
|---|---|
void |
LLRPConnection.setHandler(LLRPIoHandlerAdapter handler)
sets the handler that handles incoming LLRPMessages and forwards them to LLRPEndpoint registered. |
| Constructors in org.llrp.ltk.net with parameters of type LLRPIoHandlerAdapter | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||