Modifier and Type | Field and Description |
---|---|
static BMExecutor |
executor |
Constructor and Description |
---|
GwtRpcHandler(java.lang.Object delegate) |
GwtRpcHandler(java.lang.Object delegate,
com.google.gwt.user.server.rpc.SerializationPolicyProvider serializationPolicyProvider) |
Modifier and Type | Method and Description |
---|---|
static HandlerFactory<io.vertx.core.http.HttpServerRequest> |
factory(java.lang.Object delegate,
com.google.gwt.user.server.rpc.SerializationPolicyProvider pp) |
void |
handle(io.vertx.core.http.HttpServerRequest request) |
protected void |
handleRequest(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer buf) |
void |
setVertx(io.vertx.core.Vertx vertx) |
public static final BMExecutor executor
public GwtRpcHandler(java.lang.Object delegate)
public GwtRpcHandler(java.lang.Object delegate, com.google.gwt.user.server.rpc.SerializationPolicyProvider serializationPolicyProvider)
public void handle(io.vertx.core.http.HttpServerRequest request)
handle
in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
protected void handleRequest(io.vertx.core.http.HttpServerRequest request, io.vertx.core.buffer.Buffer buf) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationException
public static HandlerFactory<io.vertx.core.http.HttpServerRequest> factory(java.lang.Object delegate, com.google.gwt.user.server.rpc.SerializationPolicyProvider pp)
Copyright © 2021. All Rights Reserved.