-
HTTPClient.HTTPConnection.Post()
POSTs to the specified file. No data is sent.
@param file the absolute path of the file
@return an HTTPResponse structure containing the response
@exception java.io.IOException when an exception is returned fromthe socket.
@exception ModuleException if an exception is encountered in any module.
-
appeng.core.api.IIMCHandler.post()
-
br.com.maplink.util.XMLPoster.Post()
-
ch.ethz.inf.vs.californium.CoapClient.post()
Sends a POST request with the specified payload and the specified content format option and blocks until the response is available.
@param payload the payload
@param format the Content-Format
@return the CoAP response
-
com.atlauncher.evnt.LogEvent.post()
-
com.createsend.util.JerseyClient.post()
-
com.createsend.util.JerseyClientImpl.post()
Posts the provided entity to the url specified by the provided path elements. The result of the call will be deserialised to an instance of the specified class.
@param < T> The class to use for model deserialisation
@param klass The class to use for model deserialisation
@param entity The entity to use as the body of the post request
@param pathElements The path to send the post request to
@return An instance of klass returned by the api call
@throws CreateSendException Thrown when the API responds with a HTTP Status >= 400
-
com.cumulocity.me.http.WebRequestBuilder.post()
-
com.davfx.ninio.common.Queue.post()
-
com.davfx.ninio.http.util.SimpleHttpClient.post()
-
com.dragontek.mygpoclient.http.HttpClient.POST()
-
com.ensifera.animosity.craftirc.RelayedMessage.post()
-
com.google.common.eventbus.AsyncEventBus.post()
-
com.google.common.eventbus.EventBus.post()
Posts an event to all registered handlers. This method will return successfully after the event has been posted to all handlers, and regardless of any exceptions thrown by handlers.
If no handlers have been subscribed for {@code event}'s class, and {@code event} is not already a {@link DeadEvent}, it will be wrapped in a DeadEvent and reposted.
@param event event to post.
-
com.ibm.sbt.services.client.ClientService.post()
-
com.ibm.xsp.extlib.sbt.services.client.DropboxService.post()
-
com.ibm.xsp.extlib.sbt.services.client.SmartCloudService.post()
-
com.jbidwatcher.util.http.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
-
com.jcabi.github.Comments.post()
hub.com/v3/issues/comments/#create-a-comment">Create a Comment
-
com.jcabi.github.PullComments.post()
m/v3/pulls/comments/#create-a-comment">Create a comment
@checkstyle ParameterNumberCheck (7 lines)
-
com.knowgate.dfs.HttpRequest.post()
-
com.metamx.http.client.HttpClient.post()
-
com.myjavatools.web.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
@throws IOException
-
com.openshift.client.IHttpClient.post()
-
com.openshift.client.fakes.PayLoadReturningHttpClientFake.post()
-
com.rackspacecloud.blueflood.http.RouteMatcher.post()
-
com.ramforth.webserver.http.templates.IWebTemplate.post()
-
com.rop.client.ClientRequest.post()
使用POST发起请求
@param ropResponseClass
@param methodName
@param version
@param < T>
@return
-
com.saasovation.collaboration.domain.model.forum.Discussion.post()
-
com.sonymobile.tools.gerrit.gerritevents.Handler.post()
-
com.sun.jersey.api.client.WebResource.post()
-
com.sun.jersey.api.client.WebResource.Builder.post()
-
com.trsst.client.Client.post()
Posts a new entry to the feed associated with the specified public signing key to the home server, creating a new feed if needed.
@param signingKeys Required: the signing keys associated with public feed id of this feed.
@param encryptionKey Required: the public encryption key associated with this account; this public key will be used by others to encrypt private message for this account.
@param options The data to be posted.
@return The feed as posted to the home server.
@throws IOException
@throws SecurityException
@throws GeneralSecurityException
@throws contentKey
-
com.twitterapime.rest.TweetER.post()
-
de.FBEditor.struct.HttpPost.Post()
-
fr.jayasoft.commons.net.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
@throws IOException
-
io.teknek.intravert.client.Client.post()
-
javax.constraints.Constraint.post()
-
javax.constraints.extra.ConstraintElementAtOnSets.post()
-
javax.ws.rs.client.AsyncInvoker.post()
Invoke HTTP POST method for the current request asynchronously.
Note that calling the {@link java.util.concurrent.Future#get()} method on the returned{@code Future} instance may throw an {@link java.util.concurrent.ExecutionException}that wraps an {@link ClientException} thrown in case of an invocation processingfailure.
@param entity request entity.
@return invocation response {@link Future future}.
@throws ClientException in case the invocation processing has failed.
-
javax.ws.rs.client.SyncInvoker.post()
Invoke HTTP POST method for the current request synchronously.
@param entity request entity.
@return invocation response.
@throws ClientException in case the invocation processing has failed.
-
net.engio.mbassy.bus.MBassador.post()
-
net.engio.mbassy.bus.common.GenericMessagePublicationSupport.post()
Publish a message to the bus using on of its supported message publication mechanisms. The supported mechanisms depend on the available implementation and are exposed as subclasses of IPublicationCommand. The standard mechanism is the synchronous dispatch which will publish the message in the current thread and returns after every matching handler has been invoked. @See IPublicationCommand.
@param message
@return
-
net.engio.mbassy.bus.common.IMessageBus.post()
{@inheritDoc}
-
net.sourceforge.processdash.util.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
@throws IOException
-
net.thegreshams.firebase4j.service.Firebase.post()
POSTs data to the base-url (ie: creates). NOTE: the Firebase API does not treat this method in the conventional way, but instead defines it as 'PUSH'; the API will insert this data under the base-url but associated with a Firebase- generated key; thus, every use of this method will result in a new insert even if the data already exists.
@param data -- can be null/empty but will result in no data being POSTed
@return {@link FirebaseResponse}
@throws {@link JacksonUtilityException}
@throws {@link FirebaseException}
-
net.yacy.cora.protocol.http.HTTPClient.POST()
This method POSTs a page from the server. to be used for streaming out Please take care to call finish()!
@param uri the url to post
@param instream the input to post
@param length the contentlength
@throws IOException
-
org.apache.abdera.protocol.client.AbderaClient.post()
Sends an HTTP POST request to the specified URI using the default options
@param uri The request URI
@param provider An EntityProvider implementation providing the payload the request
-
org.apache.abdera.protocol.client.Client.post()
-
org.apache.abdera.protocol.client.CommonsClient.post()
-
org.apache.accumulo.server.master.state.DeadServerList.post()
-
org.apache.cxf.jaxrs.client.WebClient.post()
Does HTTP Async POST invocation and returns Future. Shortcut for async().post(Entity, InvocationCallback)
@param callback invocation callback
@return the future
-
org.apache.tuscany.sca.binding.atom.collection.Collection.post()
Creates a new entry.
@param entry
@return
-
org.apache.tuscany.sca.data.collection.ItemCollection.post()
-
org.apache.tuscany.sca.implementation.data.collection.ItemCollection.post()
-
org.apache.wicket.atmosphere.tester.AtmosphereTester.post()
Posts a message to all suspended responses
@param message The message to push
@return this instance, for chaining
-
org.apache.wink.client.Resource.post()
Invoke the POST method
@param < T> type of response entity
@param responseEntity response entity class
@param requestEntity request entity to send
@return an instance of the response entity as specified by the responseentity type
@throws ClientWebException if the response code represents an error code
-
org.asynchttpclient.SimpleAsyncHttpClient.post()
-
org.cfeclipse.cfml.net.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
@throws IOException
-
org.cfeclipse.cfml.snippets.net.ClientHttpRequest.post()
posts the requests to the server, with all the cookies and parameters that were added
@return input stream with the server response
@throws IOException
-
org.cybergarage.http.HTTPRequest.post()
-
org.cybergarage.upnp.control.ActionRequest.post()
-
org.cybergarage.upnp.control.QueryRequest.post()
-
org.cybergarage.upnp.event.NotifyRequest.post()
-
org.cybergarage.upnp.event.SubscriptionRequest.post()
-
org.cybergarage.upnp.ssdp.SSDPNotifySocket.post()
-
org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.post()
-
org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList.post()
-
org.drools.guvnor.server.files.RestAPI.post()
post is for new content.
@throws IOException
@throws RulesRepositoryException
-
org.drools.guvnor.server.rest.ActionsAPI.post()
rname:port/action/compile http://servername:port/action/snapshot parameters: package-name snapshot-name
@throws IOException
@throws RulesRepositoryException
-
org.drools.repository.remoteapi.RestAPI.post()
post is for new content.
@throws IOException
@throws RulesRepositoryException
-
org.eclipse.jetty.client.HttpClient.POST()
Creates a POST request to the specified URI.
@param uri the URI to POST to
@return the POST request
@see #POST(URI)
-
org.eclipse.swt.widgets.Display.post()
Generate a low level system event.
post
is used to generate low level keyboard and mouse events. The intent is to enable automated UI testing by simulating the input from the user. Most SWT applications should never need to call this method.
Note that this operation can fail when the operating system fails to generate the event for any reason. For example, this can happen when there is no such key or mouse button or when the system event queue is full.
Event Types:
KeyDown, KeyUp
The following fields in the Event
apply:
- (in) type KeyDown or KeyUp
Either one of:
- (in) character a character that corresponds to a keyboard key
- (in) keyCode the key code of the key that was typed, as defined by the key code constants in class
SWT
MouseDown, MouseUp
The following fields in the Event
apply:
- (in) type MouseDown or MouseUp
- (in) button the button that is pressed or released
MouseMove
The following fields in the Event
apply:
- (in) type MouseMove
- (in) x the x coordinate to move the mouse pointer to in screen coordinates
- (in) y the y coordinate to move the mouse pointer to in screen coordinates
MouseWheel
The following fields in the Event
apply:
- (in) type MouseWheel
- (in) detail either SWT.SCROLL_LINE or SWT.SCROLL_PAGE
- (in) count the number of lines or pages to scroll
@param event the event to be generated
@return true if the event was generated or false otherwise
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the event is null
@exception SWTException
- ERROR_DEVICE_DISPOSED - if the receiver has been disposed
@since 3.0
-
org.exoplatform.common.http.client.HTTPConnection.Post()
POSTs to the specified file. No data is sent.
@param file the absolute path of the file
@return an HTTPResponse structure containing the response
@exception java.io.IOException when an exception is returned from thesocket.
@exception ModuleException if an exception is encountered in any module.
-
org.fusesource.restygwt.client.Resource.post()
-
org.geotools.data.ows.HTTPClient.post()
Executes an HTTP POST request against the provided URL, sending the contents of {@code postContent} as the POST method body and setting the Content-Type request header to{@code postContentType} if given, and returns the server response.
If an HTTP authentication {@link #getUser() user} and {@link #getPassword() password} is set,the appropriate authentication HTTP header will be sent with the request.
If a {@link #getConnectTimeout() connection timeout} is set, the http connection will be setto respect that timeout.
If a {@link #getReadTimeout() read timeout} is set, the http connection will be set torespect it.
@param url the URL against which to execute the POST request
@param postContent an input stream with the contents of the POST body
@param postContentType the MIME type of the contents sent as the request POST body, can be {@code null}
@return the {@link HTTPResponse} encapsulating the response to the HTTP POST request
@throws IOException
-
org.jboss.resteasy.client.ClientRequest.post()
-
org.jclouds.rest.HttpClient.post()
@return eTag
-
org.jsoup.Connection.post()
Execute the request as a POST, and parse the result.
@return parsed Document
@throws IOException on error
-
org.kie.remote.common.rest.KieRemoteHttpRequest.post()
-
org.mt4j.components.clipping.FillPaint.post()
Post.
@param g the g
-
org.ofbiz.base.util.HttpClient.post()
Invoke HTTP request POST.
-
org.onesocialweb.gwt.service.OswService.post()
-
org.openbravo.erpCommon.ad_forms.AcctServer.post()
-
org.openide.util.RequestProcessor.post()
-
org.reficio.ws.client.core.SoapClient.post()
Post the SOAP message to the SOAP server without specifying the SOAPAction
@param requestEnvelope SOAP message envelope
@return The result returned by the SOAP server
-
org.restlet.ext.oauth.internal.CookieCopyClientResource.post()
-
org.restlet.resource.ClientResource.post()
/rfc2616/rfc2616-sec9.html#sec9.5">HTTP
POST method
-
org.sonar.wsclient.internal.HttpRequestFactory.post()
-
org.sonatype.plexus.rest.resource.PlexusResource.post()
Method invoked on incoming POST request. For return Object, see GET method.
@param context - the cross-request context
@param request - the request
@param response = the response
@param payload - the deserialized payload (if it was possible to deserialize). Otherwise, the Representation isaccessible thru request. If deserialization was not possible it is null.
-
org.syncany.config.LocalEventBus.post()
-
org.vertx.java.core.http.HttpClient.post()
This method returns an {@link HttpClientRequest} instance which represents an HTTP POST request with the specified {@code uri}.
When an HTTP response is received from the server the {@code responseHandler} is called passing in the response.
-
org.vertx.java.core.http.RouteMatcher.post()
Specify a handler that will be called for a matching HTTP POST
@param pattern The simple pattern
@param handler The handler to call
-
org.zanata.apicompat.rest.client.ISourceDocResource.post()
-
play.libs.WS.WSRequest.post()
-
play.libs.ws.WSRequestHolder.post()
-
ratpack.manual.snippets.fixture.SnippetFixture.post()
-
solver.Solver.post()
Post permanently a constraint c
in the constraints network of this
: - add it to the data structure, - set the fixed idx, - checks for restrictions
@param c a Constraint