All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.http.HttpRequestBuilder Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package br.com.objectos.http;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
interface HttpRequestBuilder {
  HttpRequestBuilderSocket socket(Socket socket);

  interface HttpRequestBuilderSocket {
    HttpRequestBuilderMethod method(Method method);
  }

  interface HttpRequestBuilderMethod {
    HttpRequestBuilderPath path(Path path);
  }

  interface HttpRequestBuilderPath {
    HttpRequestBuilderProtocol protocol(Protocol protocol);
  }

  interface HttpRequestBuilderProtocol {
    HttpRequest build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy