glassfishrobot
glassfishrobot
As a developer, I'm certain you can understand the pain a poorly articulated exception causes. It's like when a user opens up a ticket and says "Hey, it doesn't work."...
We have a client Endpoint that happens to occasionally need to push a fair amount of data back to the peer via write(), and during performance testing we noted that...
Spec issue - [WEBSOCKET_SPEC-235](https://java.net/jira/browse/WEBSOCKET_SPEC-235 "Passing values from ServerEndpointConfig.Configurator to @ServerEndpoint") I believe we should try to make that work at in Tyrus; some ideas: * TyrusSession could expose HandshakeRequest *...
The idea is being able to configure SSL in a standalone server similarly as it can be done to the client: [https://tyrus.java.net/documentation/1.8.3/user-guide.html#d0e1128](https://tyrus.java.net/documentation/1.8.3/user-guide.html#d0e1128) Probably by passing to the server the same...
There are still some piece of code where client attempt to connect failing and ClientEngine#processError should be called to invoke ClientHandshakeListener#onError and it does not.
Because of lack of an error handling method in client SPI, some errors in client containers were just logged. Revise errors logged in client containers and consider use of processError...
Match class contains methods that are used only in tests. Move such methods directly to the tests or investigate if the tests using those methods could not be rewritten to...
Something similar to what ServletRequest [1] provides: java.lang.String getLocalAddr() java.lang.String getLocalHost() int getLocalPort() java.lang.String getRemoteAddr() java.lang.String getRemoteHost() int getRemotePort() [1] [http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html](http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html) #### Affected Versions [1.8]
* add entities/links to javadoc * unify formatting across whole document
When using an SSL secured connection to a WebSocket server in a Java-Applet only the certificates in the keystore of the JRE (cacerts file) were checked. If using a [HttpsURLConnection](http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HttpsURLConnection.html)...