|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedSocket.VirtualSocket | |
net.sourceforge.jtds.jdbc |
Uses of SharedSocket.VirtualSocket in net.sourceforge.jtds.jdbc |
Methods in net.sourceforge.jtds.jdbc that return SharedSocket.VirtualSocket | |
private SharedSocket.VirtualSocket |
SharedSocket.lookup(int streamId)
Retrieves the virtual socket with the given id. |
Methods in net.sourceforge.jtds.jdbc with parameters of type SharedSocket.VirtualSocket | |
private void |
SharedSocket.enqueueInput(SharedSocket.VirtualSocket vsock,
byte[] buffer)
Save a packet buffer in a memory queue or to a disk queue if the global memory limit for the driver has been exceeded. |
private byte[] |
SharedSocket.dequeueInput(SharedSocket.VirtualSocket vsock)
Read a cached packet from the in memory queue or from a disk based queue. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |