Searched defs:getProtocol (Results 1 - 25 of 44) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DReasonHeader.java12 String getProtocol(); method in interface:ReasonHeader
H A DViaHeader.java21 String getProtocol(); method in interface:ViaHeader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DVariant.java26 Protocol getProtocol(); method in interface:Variant
H A DSpdy3.java38 @Override public Protocol getProtocol() { method in class:Spdy3
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReason.java96 public String getProtocol() { method in class:Reason
H A DProtocol.java96 * JvB: This is what is returned in the ViaHeader interface for 'getProtocol()'
100 public String getProtocol() { method in class:Protocol
H A DVia.java114 return getProtocol().equalsIgnoreCase( o.getProtocol() )
395 public String getProtocol() { method in class:Via
398 return sentProtocol.getProtocol();// JvB: Return name ~and~ version
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java106 public final String getProtocol() { method in class:ProtocolVersion
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLSessionBindingEventTest.java142 * @see javax.net.ssl.SSLSession#getProtocol()
144 public String getProtocol() { method in class:MySSLSession
/external/apache-http/android/src/android/net/http/
H A DDelegatingSSLSession.java118 public String getProtocol() { method in class:DelegatingSSLSession
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLNullSession.java123 public String getProtocol() { method in class:SSLNullSession
H A DOpenSSLSessionImpl.java334 public String getProtocol() { method in class:OpenSSLSessionImpl
/external/deqp/framework/delibs/decpp/
H A DdeSocket.hpp57 deSocketProtocol getProtocol (void) const { return deSocketAddress_getProtocol(m_address); } function in class:de::SocketAddress
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityAgreeHeader.java147 public String getProtocol(); method in interface:SecurityAgreeHeader
H A DSecurityAgree.java292 public String getProtocol() { method in class:SecurityAgree
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DFakeSSLSession.java89 public String getProtocol() { method in class:FakeSSLSession
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java357 public String getProtocol() { method in class:TrustManagerImplTest.MySSLSession
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslConnector.java131 public abstract String getProtocol(); method in interface:SslConnector
H A DSslSelectChannelConnector.java247 * @see org.eclipse.jetty.server.ssl.SslConnector#getProtocol()
251 public String getProtocol() method in class:SslSelectChannelConnector
253 return _sslContextFactory.getProtocol();
H A DSslSocketConnector.java213 * @see org.eclipse.jetty.server.ssl.SslConnector#getProtocol()
217 public String getProtocol() method in class:SslSocketConnector
219 return _sslContextFactory.getProtocol();
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocket.java114 String getProtocol(); method in interface:WebSocket.Connection
H A DWebSocketClient.java176 public String getProtocol() method in class:WebSocketClient
184 * @see #getProtocol()
476 public String getProtocol() method in class:WebSocketClient.WebSocketFuture
478 return _client.getProtocol();
H A DWebSocketConnectionD00.java386 public String getProtocol() method in class:WebSocketConnectionD00
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java690 public abstract String getProtocol(); method in class:ServiceInfo
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java280 public Protocol getProtocol() { method in class:Connection

Completed in 884 milliseconds

12