|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBinder
Generic Interface/Port SocketBinder Interface.
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Get the binders interface host/ip. |
int |
getPort()
Get the binders interface port. |
void |
setBindDatagramSocketFactory(IBindDatagramSocketFactory _factory)
Factory used to get a ServerDatagramSocket. |
void |
setBindSocketFactory(IBindSocketFactory _factory)
Factory used to get a ServerSocket. |
void |
setBroker(IObjectBroker _broker)
Set the broker for storing tokens. |
void |
setHost(java.lang.String _host)
Set the binders interface host/ip. |
void |
setPort(int _port)
Set the binders interface port. |
void |
shutdown()
Shutdown binder. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void setHost(java.lang.String _host)
_host - valid host/ip.java.lang.String getHost()
void setPort(int _port)
_port - tcp port.int getPort()
void setBindDatagramSocketFactory(IBindDatagramSocketFactory _factory)
_factory - ServerDatagramSocket Factory.void setBindSocketFactory(IBindSocketFactory _factory)
_factory - ServerSocket Factory.void setBroker(IObjectBroker _broker)
_broker - connection broker.void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||