| 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<org.vertx.java.core.http.HttpServerRequest> | 
factory(java.lang.Object delegate,
       com.google.gwt.user.server.rpc.SerializationPolicyProvider pp)  | 
void | 
handle(org.vertx.java.core.http.HttpServerRequest request)  | 
protected void | 
handleRequest(org.vertx.java.core.http.HttpServerRequest request,
             org.vertx.java.core.buffer.Buffer buf)  | 
void | 
setVertx(org.vertx.java.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(org.vertx.java.core.http.HttpServerRequest request)
handle in interface org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>protected void handleRequest(org.vertx.java.core.http.HttpServerRequest request,
                             org.vertx.java.core.buffer.Buffer buf)
                      throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic static HandlerFactory<org.vertx.java.core.http.HttpServerRequest> factory(java.lang.Object delegate, com.google.gwt.user.server.rpc.SerializationPolicyProvider pp)
Copyright © 2021. All Rights Reserved.