Class SSLEchoClient

java.lang.Object
org.glassfish.grizzly.samples.ssl.SSLEchoClient

public class SSLEchoClient extends Object
The simple FilterChain based SSL client, which sends a message to the echo server and waits for response. In this sample we add a StringFilter to a FilterChain, so there is no need to do Buffer <-> String transformation explicitly.
Author:
Alexey Stashok
See Also:
  • StringFilter
  • SSLFilter
  • SSLContextConfigurator
  • SSLEngineConfigurator
  • Constructor Details

    • SSLEchoClient

      public SSLEchoClient()
  • Method Details