Class QuarkusClientConnection
java.lang.Object
org.keycloak.quarkus.runtime.integration.resteasy.QuarkusClientConnection
- All Implemented Interfaces:
ClientConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
QuarkusClientConnection
public QuarkusClientConnection(io.vertx.core.http.HttpServerRequest request)
-
-
Method Details
-
getRemoteAddr
- Specified by:
getRemoteAddrin interfaceClientConnection
-
getRemoteHost
- Specified by:
getRemoteHostin interfaceClientConnection
-
getRemotePort
public int getRemotePort()- Specified by:
getRemotePortin interfaceClientConnection
-
getLocalAddr
- Specified by:
getLocalAddrin interfaceClientConnection
-
getLocalPort
public int getLocalPort()- Specified by:
getLocalPortin interfaceClientConnection
-