Uses of Class
org.jgroups.protocols.SWIFT_PING.HttpResponse
Packages that use SWIFT_PING.HttpResponse
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of SWIFT_PING.HttpResponse in org.jgroups.protocols
Methods in org.jgroups.protocols that return SWIFT_PING.HttpResponseModifier and TypeMethodDescriptionstatic SWIFT_PING.HttpResponseSWIFT_PING.Utils.doOperation(HttpURLConnection urlConnection, byte[] inputData, boolean hasOutput) Do a http operationstatic SWIFT_PING.HttpResponseSWIFT_PING.Utils.doReadOperation(HttpURLConnection urlConnection) Do a operation that reads from the httpconnectionstatic SWIFT_PING.HttpResponseSWIFT_PING.Utils.doSendOperation(HttpURLConnection urlConnection, byte[] content) Do a operation that writes content to the HttpURLConnectionstatic SWIFT_PING.HttpResponseSWIFT_PING.Utils.doVoidOperation(HttpURLConnection urlConnection) Do a operation that does not write or read from HttpURLConnection, except for the headers