Java javax.servlet.http WebConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.http WebConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.http WebConnection.

The text is from its open source code.

Method

ServletInputStreamgetInputStream()
Returns an input stream for this web connection.
ServletOutputStreamgetOutputStream()
Returns an output stream for this web connection.