|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransport | |
com.ten60.netkernel.transport | |
org.ten60.netkernel.layer1.nkf.impl |
Uses of ITransport in com.ten60.netkernel.transport |
Methods in com.ten60.netkernel.transport that return ITransport | |
ITransport |
TransportDeploymentRecord.getTransport()
|
ITransport |
TransportManager.getInternalTransport()
|
Methods in com.ten60.netkernel.transport with parameters of type ITransport | |
IURRepresentation |
TransportManager.handleRequest(URRequest aRequest,
ITransport aTransport)
Called from a Transport this method processes a synchronous request |
IURRepresentation |
TransportManager.innerHandleRequest(URRequest aRequest,
ITransport aTransport)
Separate method so that Container can call init process without worry of being blocked whilst all else is kept at bay |
NetKernelException |
TransportManager.handleAsyncRequest(URRequest aRequest,
ITransport aTransport)
Called from a Transport this method processes an asynchronous request |
Constructors in com.ten60.netkernel.transport with parameters of type ITransport | |
TransportDeploymentRecord(ITransport aTransport,
ModuleDefinition aModule,
int aStatBufferSize)
Creates a new instance of TransportDeploymentRecord |
Uses of ITransport in org.ten60.netkernel.layer1.nkf.impl |
Classes in org.ten60.netkernel.layer1.nkf.impl that implement ITransport | |
class |
NKFTransportImpl
Base class for developing NetKernel Transports on the NKF API |
Constructors in org.ten60.netkernel.layer1.nkf.impl with parameters of type ITransport | |
NKFTransportHelperImpl(Container aContainer,
IRequestorContext aContext,
ITransport aTransport)
Creates a new instance of NKFTransportHelperImpl |
|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |