|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebConnection
The interface used by a HttpUpgradeHandler
to interact with an upgraded
HTTP connection.
Method Summary | |
---|---|
void |
close()
The Servlet 3.1 interface extends AutoCloseable but that is not available in Java 6 so this is the single method from that interface. |
AbstractServletInputStream |
getInputStream()
Provides access to the AbstractServletInputStream for reading
data from the client. |
AbstractServletOutputStream |
getOutputStream()
Provides access to the AbstractServletOutputStream for writing
data to the client. |
Method Detail |
---|
AbstractServletInputStream getInputStream() throws IOException
AbstractServletInputStream
for reading
data from the client.
IOException
AbstractServletOutputStream getOutputStream() throws IOException
AbstractServletOutputStream
for writing
data to the client.
IOException
void close() throws Exception
Exception
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |