|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GHttpEndpoint | |
|---|---|
| org.apache.camel.component.gae.http | |
| Uses of GHttpEndpoint in org.apache.camel.component.gae.http |
|---|
| Methods in org.apache.camel.component.gae.http that return GHttpEndpoint | |
|---|---|
GHttpEndpoint |
GHttpProducer.getEndpoint()
|
| Methods in org.apache.camel.component.gae.http that return types with arguments of type GHttpEndpoint | |
|---|---|
InboundBinding<GHttpEndpoint,HttpServletRequest,HttpServletResponse> |
GHttpEndpoint.getInboundBinding()
|
OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> |
GHttpProducer.getOutboundBinding()
|
OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> |
GHttpEndpoint.getOutboundBinding()
|
| Methods in org.apache.camel.component.gae.http with parameters of type GHttpEndpoint | |
|---|---|
protected com.google.appengine.api.urlfetch.HTTPMethod |
GHttpBinding.getRequestMethod(GHttpEndpoint endpoint,
Exchange exchange)
|
protected URL |
GHttpBinding.getRequestUrl(GHttpEndpoint endpoint,
Exchange exchange)
|
Exchange |
GHttpBinding.readRequest(GHttpEndpoint endpoint,
Exchange exchange,
HttpServletRequest request)
|
protected void |
GHttpBinding.readRequestHeaders(GHttpEndpoint endpoint,
Exchange exchange,
HttpServletRequest request)
|
Exchange |
GHttpBinding.readResponse(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPResponse response)
Reads data from response and writes it to the out-message of
the exchange. |
protected void |
GHttpBinding.readResponseBody(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPResponse response)
|
protected void |
GHttpBinding.readResponseHeaders(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPResponse response)
|
com.google.appengine.api.urlfetch.HTTPRequest |
GHttpBinding.writeRequest(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPRequest request)
Reads data from exchange and writes it to a newly created
HTTPRequest instance. |
protected void |
GHttpBinding.writeRequestBody(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPRequest request)
|
protected void |
GHttpBinding.writeRequestHeaders(GHttpEndpoint endpoint,
Exchange exchange,
com.google.appengine.api.urlfetch.HTTPRequest request)
|
HttpServletResponse |
GHttpBinding.writeResponse(GHttpEndpoint endpoint,
Exchange exchange,
HttpServletResponse response)
|
| Method parameters in org.apache.camel.component.gae.http with type arguments of type GHttpEndpoint | |
|---|---|
void |
GHttpEndpoint.setInboundBinding(InboundBinding<GHttpEndpoint,HttpServletRequest,HttpServletResponse> inboundBinding)
|
void |
GHttpEndpoint.setOutboundBinding(OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> outboundBinding)
|
| Constructors in org.apache.camel.component.gae.http with parameters of type GHttpEndpoint | |
|---|---|
GHttpProducer(GHttpEndpoint endpoint)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||