public class HttpServiceFactory extends Object
ServiceRequest and ServiceResponse objects from HttpServerRequest,
HttpServerResponse and HttpClientResponse| Constructor and Description |
|---|
HttpServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static io.apiman.gateway.engine.beans.ServiceRequest |
build(org.vertx.java.core.http.HttpServerRequest req,
String stripFromStart,
boolean isTransportSecure) |
static io.apiman.gateway.engine.beans.ServiceResponse |
buildResponse(org.vertx.java.core.http.HttpClientResponse response,
Set<String> suppressHeaders) |
static void |
buildResponse(org.vertx.java.core.http.HttpServerResponse response,
io.apiman.gateway.engine.beans.ServiceResponse amanResponse) |
public static io.apiman.gateway.engine.beans.ServiceResponse buildResponse(org.vertx.java.core.http.HttpClientResponse response,
Set<String> suppressHeaders)
public static void buildResponse(org.vertx.java.core.http.HttpServerResponse response,
io.apiman.gateway.engine.beans.ServiceResponse amanResponse)
public static io.apiman.gateway.engine.beans.ServiceRequest build(org.vertx.java.core.http.HttpServerRequest req,
String stripFromStart,
boolean isTransportSecure)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.