JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.github.codemonstur.httpserver
Package
httpserver.net
Interface ConnectionHandler
public interface
ConnectionHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleInput
(
InputStream
in,
OutputStream
out)
Method Details
handleInput
void
handleInput
(
InputStream
in,
OutputStream
out)
throws
IOException
Throws:
IOException