public final class SpdyClient extends Object
This class must be run with the JVM parameter: java -Xbootclasspath/p:<path_to_npn_boot_jar> ...
. The
"path_to_npn_boot_jar" is the path on the file system for the NPN Boot Jar file which can be downloaded from Maven at
coordinates org.mortbay.jetty.npn:npn-boot. Different versions applies to different OpenJDK versions. See
Jetty docs for more information.
You may also use the run-example.sh
script to start the client from the command line:
./run-example.sh spdy-client
Constructor and Description |
---|
SpdyClient() |
Copyright © 2008–2017 The Netty Project. All rights reserved.