|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTTransportException | |
wt.intersvrcom | Site External API: |
wt.wrmf.transport | |
wt.wrmf.transport.embtransport | |
wt.wrmf.transport.httptransport | |
wt.wrmf.transport.loopback |
Uses of WTTransportException in wt.intersvrcom |
Methods in wt.intersvrcom that throw WTTransportException | |
static boolean |
URLAuthenticator.checkAuthentication(HTTPRequest request)
Supported API: false |
static boolean |
URLAuthenticator.checkAuthentication(HTTPRequest request)
Supported API: false |
Uses of WTTransportException in wt.wrmf.transport |
Methods in wt.wrmf.transport that throw WTTransportException | |
InputStream |
StandardGenericTransportService.send(InputStream is,
SiteAddress to,
TransportType by,
ShippingItem shippingItem,
long length)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
InputStream |
StandardGenericTransportService.pullInitialize(ActionPullItem pullItem)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
private InputStream |
StandardGenericTransportService.send0(InputStream is,
SiteAddress to,
TransportType by,
ShippingItem item,
long length)
|
private InputStream |
StandardGenericTransportService.pull0(ActionPullItem pullItem)
|
InputStream |
Pipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
Returns null if the resulting stream is not available for this type of transport pipe. |
InputStream |
Pipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
Supported API: false |
InputStream |
GenericTransportService.send(InputStream is,
SiteAddress to,
TransportType by,
ShippingItem shippingItem,
long length)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
InputStream |
GenericTransportService.pullInitialize(ActionPullItem pullItem)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
Uses of WTTransportException in wt.wrmf.transport.embtransport |
Methods in wt.wrmf.transport.embtransport that throw WTTransportException | |
InputStream |
EMBPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
Returns null if the resulting stream is not available for this type of transport pipe. |
InputStream |
EMBPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
Supported API: false |
Uses of WTTransportException in wt.wrmf.transport.httptransport |
Methods in wt.wrmf.transport.httptransport that throw WTTransportException | |
void |
TransportHttpConnection.validateHttpResponse()
Supported API: false |
protected static String |
HTTPPipeAdapter.preparePipeConnection(String fullUrl,
String wrappedMethod,
SiteAddress to)
This method will be called at the "client/local" side. |
protected static InputStream |
HTTPPipeAdapter.pushInGeneral(InputStream is,
long length,
SiteAddress to,
String pipeMethod,
boolean gzip,
boolean reconn,
boolean byWrmf)
Note: "gzip" means to gzip con.getInputStream() or not (see code below) and "reconn" means to handle interruption (reconenct, resumption) automatically if set to true |
protected static InputStream |
HTTPPipeAdapter.pullInGeneral(String pullMethod,
String fullUrl,
SiteAddress to,
String pipeMethod,
boolean useGZIP,
boolean useResumption)
|
InputStream |
HTTPPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
|
InputStream |
HTTPPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
|
InputStream |
GZIPHTTPPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
|
InputStream |
GZIPHTTPPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
|
Uses of WTTransportException in wt.wrmf.transport.loopback |
Methods in wt.wrmf.transport.loopback that throw WTTransportException | |
InputStream |
LoopbackPipe.push(InputStream is,
SiteAddress to,
long length)
Returns null if the resulting stream is not available for this type of transport pipe. |
InputStream |
LoopbackPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |