sun.net.httpserver |
|
Java Source File Name | Type | Comment |
AuthFilter.java | Class | |
ChunkedInputStream.java | Class | |
ChunkedOutputStream.java | Class | a class which allows the caller to write an arbitrary
number of bytes to an underlying stream. |
Code.java | Class | |
ContextList.java | Class | |
DefaultHttpServerProvider.java | Class | |
Event.java | Class | |
ExchangeImpl.java | Class | |
FixedLengthInputStream.java | Class | |
FixedLengthOutputStream.java | Class | a class which allows the caller to write up to a defined
number of bytes to an underlying stream. |
HttpConnection.java | Class | encapsulates all the connection specific state for a HTTP/S connection
one of these is hung from the selector attachment and is used to locate
everything from that. |
HttpContextImpl.java | Class | HttpContext represents a mapping between a protocol (http or https) together with a root URI path
to a
HttpHandler which is invoked to handle requests destined
for the protocol/path on the associated HttpServer. |
HttpError.java | Class | |
HttpExchangeImpl.java | Class | |
HttpServerImpl.java | Class | |
HttpsExchangeImpl.java | Class | |
HttpsServerImpl.java | Class | |
LeftOverInputStream.java | Class | a (filter) input stream which can tell us if bytes are "left over"
on the underlying stream which can be read (without blocking)
on another instance of this class.
The class can also report if all bytes "expected" to be read
were read, by the time close() was called. |
Request.java | Class | |
SelectorCache.java | Class | |
ServerConfig.java | Class | |
ServerImpl.java | Class | |
SSLStreams.java | Class | given a non-blocking SocketChannel, it produces
(blocking) streams which encrypt/decrypt the SSL content
and handle the SSL handshaking automatically. |
StreamClosedException.java | Class | |
TimeSource.java | Interface | |
UndefLengthOutputStream.java | Class | a class which allows the caller to write an indefinite
number of bytes to an underlying stream , but without using
chunked encoding. |
UnmodifiableHeaders.java | Class | |