Uses of Class
org.apache.derby.impl.services.net.NetworkPayload

Packages that use NetworkPayload
org.apache.derby.impl.drda.net   
org.apache.derby.impl.services.net   
 

Uses of NetworkPayload in org.apache.derby.impl.drda.net
 

Methods in org.apache.derby.impl.drda.net that return NetworkPayload
 NetworkPayload LogicalClient.send(NetworkPayload payload)
          Send a NetworkPayload and return the response from the LogicalServer
 

Methods in org.apache.derby.impl.drda.net with parameters of type NetworkPayload
 NetworkPayload LogicalClient.send(NetworkPayload payload)
          Send a NetworkPayload and return the response from the LogicalServer
 

Uses of NetworkPayload in org.apache.derby.impl.services.net
 

Methods in org.apache.derby.impl.services.net that return NetworkPayload
 NetworkPayload LogicalClient.send(NetworkPayload payload)
          Send a NetworkPayload and return the response from the LogicalServer
 

Methods in org.apache.derby.impl.services.net with parameters of type NetworkPayload
 NetworkPayload LogicalClient.send(NetworkPayload payload)
          Send a NetworkPayload and return the response from the LogicalServer