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

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

The newest version!
package br.com.objectos.rio.http;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.pojo.PojoCompiler",
    "br.com.objectos.way.pojo.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