- 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
-