MCPcopy Index your code
hub / github.com/apache/tomcat / getProtocol

Method getProtocol

java/org/apache/tomcat/util/net/SSLSupport.java:131–131  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 15

getLastModifiedMethod · 0.65
initClassPathMethod · 0.65
getRealPathMethod · 0.65
initMethod · 0.65
filterMethod · 0.65
mainMethod · 0.65
getProtocolMethod · 0.65
processMethod · 0.65
pushMethod · 0.65
StreamMethod · 0.65

Implementers 1

JSSESupportjava/org/apache/tomcat/util/net/jsse/J

Calls

no outgoing calls

Tested by

no test coverage detected