Example usage for com.google.gwt.http.client Response interface-usage

List of usage examples for com.google.gwt.http.client Response interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.http.client Response interface-usage.

Usage

From source file org.turbogwt.net.http.client.ResponseImpl.java

class ResponseImpl implements Response {

    private final com.google.gwt.http.client.Response delegate;

    ResponseImpl(com.google.gwt.http.client.Response originalResponse) {
        this.delegate = originalResponse;