Skip navigation links
C H M O P S W 

C

Client - Class in org.glassfish.grizzly.samples.http.download
Simple asynchronous HTTP client implementation, which downloads HTTP resource and saves its content in a local file.
Client() - Constructor for class org.glassfish.grizzly.samples.http.download.Client
 
ClientDownloadFilter - Class in org.glassfish.grizzly.samples.http.download
HTTP client download filter.
ClientDownloadFilter(URI, FutureImpl<String>) - Constructor for class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
ClientDownloadFilter constructor

H

handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when the client connection will get closed.
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when a client connection gets connected to a web server.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when we receive a HttpContent from a server.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.WebServerFilter
The method is called once we have received some HttpContent.
HOST - Static variable in class org.glassfish.grizzly.samples.http.download.Server
 

M

main(String[]) - Static method in class org.glassfish.grizzly.samples.http.download.Client
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.http.download.Server
 

O

org.glassfish.grizzly.samples.http.download - package org.glassfish.grizzly.samples.http.download
 

P

PORT - Static variable in class org.glassfish.grizzly.samples.http.download.Server
 

S

Server - Class in org.glassfish.grizzly.samples.http.download
Simple HTTP (Web) server, which listens on a specific TCP port and shares static resources (files), located in a passed folder.
Server() - Constructor for class org.glassfish.grizzly.samples.http.download.Server
 

W

WebServerFilter - Class in org.glassfish.grizzly.samples.http.download
Simple Web server implementation, which locates requested resources in a local filesystem and transfers it asynchronously to a client.
WebServerFilter(String) - Constructor for class org.glassfish.grizzly.samples.http.download.WebServerFilter
Construct a WebServer
C H M O P S W 
Skip navigation links

Copyright © 2020 Oracle Corporation. All Rights Reserved.