Class | Description |
---|---|
Client |
Simple asynchronous HTTP client implementation, which downloads HTTP resource
and saves its content in a local file.
|
ClientDownloadFilter |
HTTP client download filter.
|
Server |
Simple HTTP (Web) server, which listens on a specific TCP port and shares
static resources (files), located in a passed folder.
|
WebServerFilter |
Simple Web server implementation, which locates requested resources in a
local filesystem and transfers it asynchronously to a client.
|
Copyright © 2014 Oracle Corporation. All rights reserved.