Class HttpClient.RemoteObject

  • Enclosing interface:
    HttpClient

    public abstract static class HttpClient.RemoteObject
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteObject()  
    • Method Summary

      Modifier and Type Method Description
      org.httpobjects.Response delete​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response delete​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response delete​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response delete​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response get​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response get​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response get​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response get​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response head​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response head​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response head​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response head​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response options​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response options​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response options​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response options​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response patch​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response patch​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response patch​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response patch​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response post​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response post​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response post​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response post​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response put​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response put​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response put​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response put​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response trace​(String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response trace​(org.httpobjects.header.HeaderField... fields)  
      abstract org.httpobjects.Response trace​(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)  
      org.httpobjects.Response trace​(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)  
    • Constructor Detail

      • RemoteObject

        public RemoteObject()
    • Method Detail

      • get

        public abstract org.httpobjects.Response get​(org.httpobjects.Representation r,
                                                     String query,
                                                     org.httpobjects.header.HeaderField... fields)
      • post

        public abstract org.httpobjects.Response post​(org.httpobjects.Representation r,
                                                      String query,
                                                      org.httpobjects.header.HeaderField... fields)
      • put

        public abstract org.httpobjects.Response put​(org.httpobjects.Representation r,
                                                     String query,
                                                     org.httpobjects.header.HeaderField... fields)
      • delete

        public abstract org.httpobjects.Response delete​(org.httpobjects.Representation r,
                                                        String query,
                                                        org.httpobjects.header.HeaderField... fields)
      • patch

        public abstract org.httpobjects.Response patch​(org.httpobjects.Representation r,
                                                       String query,
                                                       org.httpobjects.header.HeaderField... fields)
      • head

        public abstract org.httpobjects.Response head​(org.httpobjects.Representation r,
                                                      String query,
                                                      org.httpobjects.header.HeaderField... fields)
      • options

        public abstract org.httpobjects.Response options​(org.httpobjects.Representation r,
                                                         String query,
                                                         org.httpobjects.header.HeaderField... fields)
      • trace

        public abstract org.httpobjects.Response trace​(org.httpobjects.Representation r,
                                                       String query,
                                                       org.httpobjects.header.HeaderField... fields)
      • get

        public final org.httpobjects.Response get​(org.httpobjects.header.HeaderField... fields)
      • get

        public final org.httpobjects.Response get​(String query,
                                                  org.httpobjects.header.HeaderField... fields)
      • get

        public final org.httpobjects.Response get​(org.httpobjects.Representation r,
                                                  org.httpobjects.header.HeaderField... fields)
      • post

        public final org.httpobjects.Response post​(org.httpobjects.header.HeaderField... fields)
      • post

        public final org.httpobjects.Response post​(String query,
                                                   org.httpobjects.header.HeaderField... fields)
      • post

        public final org.httpobjects.Response post​(org.httpobjects.Representation r,
                                                   org.httpobjects.header.HeaderField... fields)
      • put

        public final org.httpobjects.Response put​(org.httpobjects.header.HeaderField... fields)
      • put

        public final org.httpobjects.Response put​(String query,
                                                  org.httpobjects.header.HeaderField... fields)
      • put

        public final org.httpobjects.Response put​(org.httpobjects.Representation r,
                                                  org.httpobjects.header.HeaderField... fields)
      • delete

        public final org.httpobjects.Response delete​(org.httpobjects.header.HeaderField... fields)
      • delete

        public final org.httpobjects.Response delete​(String query,
                                                     org.httpobjects.header.HeaderField... fields)
      • delete

        public final org.httpobjects.Response delete​(org.httpobjects.Representation r,
                                                     org.httpobjects.header.HeaderField... fields)
      • patch

        public final org.httpobjects.Response patch​(org.httpobjects.header.HeaderField... fields)
      • patch

        public final org.httpobjects.Response patch​(String query,
                                                    org.httpobjects.header.HeaderField... fields)
      • patch

        public final org.httpobjects.Response patch​(org.httpobjects.Representation r,
                                                    org.httpobjects.header.HeaderField... fields)
      • head

        public final org.httpobjects.Response head​(org.httpobjects.header.HeaderField... fields)
      • head

        public final org.httpobjects.Response head​(String query,
                                                   org.httpobjects.header.HeaderField... fields)
      • head

        public final org.httpobjects.Response head​(org.httpobjects.Representation r,
                                                   org.httpobjects.header.HeaderField... fields)
      • options

        public final org.httpobjects.Response options​(org.httpobjects.header.HeaderField... fields)
      • options

        public final org.httpobjects.Response options​(String query,
                                                      org.httpobjects.header.HeaderField... fields)
      • options

        public final org.httpobjects.Response options​(org.httpobjects.Representation r,
                                                      org.httpobjects.header.HeaderField... fields)
      • trace

        public final org.httpobjects.Response trace​(org.httpobjects.header.HeaderField... fields)
      • trace

        public final org.httpobjects.Response trace​(String query,
                                                    org.httpobjects.header.HeaderField... fields)
      • trace

        public final org.httpobjects.Response trace​(org.httpobjects.Representation r,
                                                    org.httpobjects.header.HeaderField... fields)