|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
ChannelFactory
public class ChannelFactory
ChannelFactory. socket channel factory. Usage: ChannelFactory(port).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private BoundedBuffer |
buf
BoundedBuffer for sockets. |
static int |
DEFAULT_PORT
default port of socket. |
private int |
port
port of socket. |
private java.net.ServerSocket |
srv
local server socket. |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
ChannelFactory()
Constructs a ChannelFactory. |
|
ChannelFactory(int p)
Constructs a ChannelFactory. |
|
| Method Summary | |
|---|---|
SocketChannel |
getChannel()
Get a new socket channel from a server socket. |
SocketChannel |
getChannel(java.lang.String h,
int p)
Get a new socket channel to a given host. |
void |
run()
|
void |
terminate()
Terminate the Channel Factory. |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_PORT
private int port
private BoundedBuffer buf
private java.net.ServerSocket srv
| Constructor Detail |
|---|
public ChannelFactory(int p)
p - port.public ChannelFactory()
| Method Detail |
|---|
public SocketChannel getChannel()
throws java.io.IOException
java.io.IOException
public SocketChannel getChannel(java.lang.String h,
int p)
throws java.io.IOException
h - hostname.p - port.
java.io.IOExceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void terminate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||