Example usage for com.google.gwt.http.client Header subclass-usage

List of usage examples for com.google.gwt.http.client Header subclass-usage

Introduction

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

Usage

From source file io.reinert.requestor.header.Header.java

/**
 * Represents a HTTP Header.
 */
public abstract class Header extends com.google.gwt.http.client.Header {

    /**

From source file org.turbogwt.net.http.client.header.MultivaluedHeader.java

/**
 * HTTP Header with multiple values.
 *
 * @author Danilo Reinert
 */
public class MultivaluedHeader extends Header {

From source file org.turbogwt.net.http.client.header.SimpleHeader.java

/**
 * Simple HTTP header with name and value.
 *
 * @author Danilo Reinert
 */
public class SimpleHeader extends Header {