Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What Is javax.websocket-client-api-1.1.jar
What Is javax.websocket-client-api-1.1.jar?
✍: FYIcenter.com
javax.websocket-client-api-1.1.jar is the JAR file for Java API for WebSocket, which supports WebSocket protocol for two-way communications between Web browsers and Websites.
javax.websocket-client-api-1.1.jar is the client side Java library for Java API for WebSocket 1.1.
javax.websocket-client-api-1.1.jar contains API classes only. It does not have any implementation classes.
JAR File Size and Download Location:
JAR name: javax.websocket-client-api-1.1.jar Target JDK version: 1.6 Dependency: None File name: javax.websocket-client-api-1.1.jar File size: 27070 bytes Release date: 06-Aug-2014 Download: WebSocket Client API - JSR 356: Java API for WebSocket archive site.
Manifest of the JAR:
Manifest-Version: 1.0 Built-By: pavel Build-Jdk: 1.7.0_65 Created-By: Apache Maven 3.2.2 Archiver-Version: Plexus Archiver
List of Classes in the JAR:
javax/websocket/ClientEndpoint javax/websocket/ClientEndpointConfig javax/websocket/CloseReason javax/websocket/ContainerProvider javax/websocket/DecodeException javax/websocket/Decoder javax/websocket/DefaultClientEndpointConfig javax/websocket/DeploymentException javax/websocket/EncodeException javax/websocket/Encoder javax/websocket/Endpoint javax/websocket/EndpointConfig javax/websocket/Extension javax/websocket/HandshakeResponse javax/websocket/MessageHandler javax/websocket/OnClose javax/websocket/OnError javax/websocket/OnMessage javax/websocket/OnOpen javax/websocket/PongMessage javax/websocket/RemoteEndpoint javax/websocket/SendHandler javax/websocket/SendResult javax/websocket/Session javax/websocket/SessionException javax/websocket/WebSocketContainer
⇒ Tyrus Implementation of WebSocket API
⇐ Download and Install javax.websocket-client-api-1.1.jar
2018-01-19, 2627🔥, 0💬
Popular Posts:
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...
How to run "javac" command from JDK tools.jar file? "javac" is the Java compiler command that allows...
What is the sax\Writer.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 insta...
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain...