Returns the protocol string indicating how the SSL socket was created e.g. TLSv1 or TLSv1.2 etc. @return the protocol string @throws IOException If an error occurs trying to obtain the protocol information from the socket
()
| 129 | * @throws IOException If an error occurs trying to obtain the protocol information from the socket |
| 130 | */ |
| 131 | String getProtocol() throws IOException; |
| 132 | |
| 133 | /** |
| 134 | * Returns the list of SSL/TLS protocol versions requested by the client. |
no outgoing calls
no test coverage detected