|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.AbstractChannel
public abstract class AbstractChannel
Represents the pipe or socket channel.
Constructor Summary | |
---|---|
AbstractChannel()
|
Method Summary | |
---|---|
abstract java.io.InputStream |
getInputStream()
Returns the channel's input stream. |
abstract java.lang.String |
getName()
Returns the name of the channel, for example the socket # or the pipe name. |
abstract java.io.OutputStream |
getOuptutStream()
Returns the channel's output stream. |
abstract void |
shutdown()
Shut down the channel, closes the in- and output stream and other resources. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractChannel()
Method Detail |
---|
public abstract java.io.InputStream getInputStream() throws java.io.IOException
FileNotFoundException
java.io.IOException
public abstract java.io.OutputStream getOuptutStream() throws java.io.IOException
FileNotFoundException
java.io.IOException
public abstract void shutdown()
public abstract java.lang.String getName()
AbstractChannelName.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |