This is an implementation of the JSR356 javax.websocket client implementation | |
based on Eclipse Jetty supplied jars. | |
The javax.websocket API uses the java.util.ServiceLoader to load a client | |
implementation. | |
To use this implementation, add the following to your classpath: | |
connectors/javax.websocket-client/lib/javax.websocket-client.jar | |
An implementation of org.apache.edgent.javax.websocket.EdgentSslContainerProvider | |
is included in the jar and is loadable via java.util.ServiceLoader. |