public interface ProtocolHandler
Adapter
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Adapter |
getAdapter() |
Object |
getAttribute(String name) |
Iterator |
getAttributeNames() |
RequestGroupInfo |
getRequestGroupInfo() |
boolean |
hasIoEvents() |
void |
init()
Init the protocol.
|
void |
pause()
Pause the protocol (optional).
|
void |
resume()
Resume the protocol (optional).
|
void |
setAdapter(Adapter adapter)
The adapter, used to call the connector.
|
void |
setAttribute(String name,
Object value)
Pass config info.
|
void |
start()
Start the protocol.
|
Iterator getAttributeNames()
void setAdapter(Adapter adapter)
Adapter getAdapter()
boolean hasIoEvents()
RequestGroupInfo getRequestGroupInfo()
Copyright © 2018 JBoss by Red Hat. All rights reserved.