Class | Description |
---|---|
ClientFilter |
Client filter is responsible for redirecting server response to the standard output
|
EchoClient |
The simple client, which sends a message to the echo server
and waits for response
|
EchoFilter |
Implementation of
FilterChain filter, which replies with the request
message. |
EchoFilterAsync |
Implementation of
FilterChain filter, which asynchronously replies
with the request message. |
EchoServer |
Class initializes and starts the echo server, based on Grizzly 2.0
|
Copyright © 2014 Oracle Corporation. All rights reserved.