Class ScxHttpClientHelper

java.lang.Object
cool.scx.http.x.ScxHttpClientHelper

public final class ScxHttpClientHelper extends Object
ScxHttpClientHelper
Version:
0.0.1
Author:
scx567888
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final cool.scx.http.ScxHttpClient
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static cool.scx.http.ScxHttpClientResponse
    delete(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientResponse
    delete(String uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientResponse
    get(cool.scx.http.uri.ScxURI uri)
     
    static cool.scx.http.ScxHttpClientResponse
    get(String uri)
     
    static cool.scx.http.ScxHttpClientResponse
    post(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientResponse
    post(String uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientResponse
    put(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientResponse
    put(String uri, cool.scx.http.media.multi_part.MultiPart content)
     
    static cool.scx.http.ScxHttpClientRequest
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_HTTP_CLIENT

      public static final cool.scx.http.ScxHttpClient DEFAULT_HTTP_CLIENT
  • Constructor Details

    • ScxHttpClientHelper

      public ScxHttpClientHelper()
  • Method Details

    • request

      public static cool.scx.http.ScxHttpClientRequest request()
    • get

      public static cool.scx.http.ScxHttpClientResponse get(cool.scx.http.uri.ScxURI uri)
    • post

      public static cool.scx.http.ScxHttpClientResponse post(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
    • put

      public static cool.scx.http.ScxHttpClientResponse put(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
    • delete

      public static cool.scx.http.ScxHttpClientResponse delete(cool.scx.http.uri.ScxURI uri, cool.scx.http.media.multi_part.MultiPart content)
    • get

      public static cool.scx.http.ScxHttpClientResponse get(String uri)
    • post

      public static cool.scx.http.ScxHttpClientResponse post(String uri, cool.scx.http.media.multi_part.MultiPart content)
    • put

      public static cool.scx.http.ScxHttpClientResponse put(String uri, cool.scx.http.media.multi_part.MultiPart content)
    • delete

      public static cool.scx.http.ScxHttpClientResponse delete(String uri, cool.scx.http.media.multi_part.MultiPart content)