|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activeio.FilterSyncChannelServer
public class FilterSyncChannelServer
A SynchChannelFilter can be used as a filter another org.activeio.SynchChannel
Most org.activeio.SynchChannel
that are not directly accessing the network will
extends the SynchChannelFilter since they act as a filter between the client and the network.
Field Summary |
---|
Fields inherited from interface org.activeio.SyncChannelServer |
---|
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT |
Constructor Summary | |
---|---|
FilterSyncChannelServer(SyncChannelServer next)
|
Method Summary | |
---|---|
Channel |
accept(long timeout)
|
void |
dispose()
This method should not throw any exceptions. |
URI |
getBindURI()
The URI that was used when the channel was bound. |
URI |
getConnectURI()
Once bound, the channel may be able to construct a URI that is more sutible for when a client needs to connect to the server. |
SyncChannelServer |
getNext()
|
Object |
narrow(Class target)
Since a Channel may be composed from a chain of other Channel obejcts, this method allows you to query the chain for the specified interface. |
void |
start()
Starts the channel. |
void |
stop(long timeout)
Stops the channel. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterSyncChannelServer(SyncChannelServer next)
Method Detail |
---|
public void dispose()
Disposable
dispose
in interface Disposable
Disposable.dispose()
public void start() throws IOException
Service
start
in interface Service
IOException
Service.start()
public void stop(long timeout) throws IOException
Service
stop
in interface Service
timeout
- The amount of time the channel is allowed to take to gracefully stop. If the timeout
is exceeded, the channel should do a forcefull stop.
IOException
Service.stop(long)
public SyncChannelServer getNext()
public Channel accept(long timeout) throws IOException
accept
in interface SyncChannelServer
IOException
SyncChannelServer.accept(long)
public URI getBindURI()
ChannelServer
getBindURI
in interface ChannelServer
ChannelServer.getBindURI()
public URI getConnectURI()
ChannelServer
getConnectURI
in interface ChannelServer
ChannelServer.getConnectURI()
public Object narrow(Class target)
Channel
narrow
in interface Channel
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |