|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.core.BindDatagramSocket
public class BindDatagramSocket
| Constructor Summary | |
|---|---|
BindDatagramSocket()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Get the binders interface host/ip. |
int |
getPort()
Get the binders interface port. |
void |
run()
|
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindDatagramSocket()
| Method Detail |
|---|
public void setHost(java.lang.String _host)
IBinder
setHost in interface IBinder_host - valid host/ip.public java.lang.String getHost()
IBinder
getHost in interface IBinderpublic void setPort(int _port)
IBinder
setPort in interface IBinder_port - tcp port.public int getPort()
IBinder
getPort in interface IBinderpublic void setBindDatagramSocketFactory(IBindDatagramSocketFactory _factory)
IBinder
setBindDatagramSocketFactory in interface IBinder_factory - ServerDatagramSocket Factory.public void setBindSocketFactory(IBindSocketFactory _factory)
IBinder
setBindSocketFactory in interface IBinder_factory - ServerSocket Factory.public void setBroker(IObjectBroker _broker)
IBinder
setBroker in interface IBinder_broker - connection broker.public void shutdown()
IBinder
shutdown in interface IBinderpublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||