Uses of Class
org.apache.pivot.web.Query
-
Packages that use Query Package Description org.apache.pivot.web Provides classes for communicating with HTTP-based web services. -
-
Uses of Query in org.apache.pivot.web
Subclasses of Query in org.apache.pivot.web Modifier and Type Class Description classDeleteQueryExecutes an HTTP DELETE operation.classGetQueryExecutes an HTTP GET operation.classPostQueryExecutes an HTTP POST operation.classPutQueryExecutes an HTTP PUT operation.Methods in org.apache.pivot.web with parameters of type Query Modifier and Type Method Description voidAuthentication. authenticate(Query<?> query)Called to authenticate the query with the server.voidBasicAuthentication. authenticate(Query<?> query)voidQueryListener.Adapter. connected(Query<V> query)Deprecated.default voidQueryListener. connected(Query<V> query)Called when a query has connected to the server but the request has not yet been sent.voidQueryListener.Listeners. connected(Query<V> query)voidQueryListener.Adapter. failed(Query<V> query)Deprecated.default voidQueryListener. failed(Query<V> query)Called when an error has occurred.voidQueryListener.Listeners. failed(Query<V> query)voidQueryListener.Adapter. requestSent(Query<V> query)Deprecated.voidQueryListener.Listeners. requestSent(Query<V> query)default voidQueryListener. requestSent(Query<V> query)Called when the request has been sent to the server but the response has not yet been received.voidQueryListener.Adapter. responseReceived(Query<V> query)Deprecated.voidQueryListener.Listeners. responseReceived(Query<V> query)default voidQueryListener. responseReceived(Query<V> query)Called when a response has been received from the server.
-