|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Network
fr.dyade.aaa.agent.StreamNetwork
fr.dyade.aaa.agent.HttpNetwork
HttpNetwork is a simple implementation of StreamNetwork based on HTTP 1.1 protocol.
Field Summary | |
protected long |
activationPeriod
Period of time between two activation of NetServerOut, it matchs to the time between two requests from the client to the server when there is no message to transmit from client to server. |
Fields inherited from class fr.dyade.aaa.agent.Network |
bootTSFN, domain, idxLS, logmon, name, port, qout, servers, serversFN, sid |
Constructor Summary | |
HttpNetwork()
Creates a new network component. |
Method Summary | |
protected fr.dyade.aaa.agent.Message |
getReply(java.io.InputStream is)
|
protected fr.dyade.aaa.agent.Message |
getRequest(java.io.InputStream is)
|
void |
init(java.lang.String name,
int port,
short[] servers)
Initializes a new network component. |
boolean |
isRunning()
Tests if the network component is alive. |
protected java.lang.String |
readLine(java.io.InputStream is)
|
protected void |
sendReply(fr.dyade.aaa.agent.Message msg,
java.io.OutputStream os)
|
protected void |
sendRequest(fr.dyade.aaa.agent.Message msg,
java.io.OutputStream os)
|
void |
start()
Causes this network component to begin execution. |
void |
stop()
Forces the network component to stop executing. |
java.lang.String |
toString()
Returns a string representation of this consumer, including the daemon's name and status. |
void |
wakeup()
Wakes up the watch-dog thread. |
Methods inherited from class fr.dyade.aaa.agent.Network |
delete, deliver, getDomainName, getName, getPort, getQueue, index, insert, post, restore, save, setPort, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected long activationPeriod
ActivationPeriod
global property or for a particular
network by setting \.ActivationPeriod
specific property.
Theses properties can be fixed either from java
launching
command, or in a3servers.xml
configuration file.
Constructor Detail |
public HttpNetwork()
Method Detail |
public void init(java.lang.String name, int port, short[] servers) throws java.lang.Exception
Class.newInstance()
method for create
(whitout any parameter) the component, then we can initialize it with
this method.
init
in class StreamNetwork
name
- The domain name.port
- The listen port.servers
- The list of servers directly accessible from this
network interface.
java.lang.Exception
Network
public void start() throws java.lang.Exception
java.lang.Exception
stop
public void wakeup()
public void stop()
start
public boolean isRunning()
MessageConsumer
is alive; false
otherwise.public java.lang.String toString()
toString
in class Network
protected java.lang.String readLine(java.io.InputStream is) throws java.io.IOException
java.io.IOException
protected void sendRequest(fr.dyade.aaa.agent.Message msg, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
protected fr.dyade.aaa.agent.Message getRequest(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
protected void sendReply(fr.dyade.aaa.agent.Message msg, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
protected fr.dyade.aaa.agent.Message getReply(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |