Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Packages that use SharedSocket.VirtualSocket
-
Uses of SharedSocket.VirtualSocket in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as SharedSocket.VirtualSocketModifier and TypeFieldDescriptionprivate final SharedSocket.VirtualSocketRequestStream._VirtualSocketThe unique stream id.private final SharedSocket.VirtualSocketResponseStream._VirtualSocketTheSharedSocket.VirtualSocketused by this stream.private SharedSocket.VirtualSocketSharedSocket.responseOwnerThe virtual socket of the object that is expecting a response from the server.Fields in net.sourceforge.jtds.jdbc with type parameters of type SharedSocket.VirtualSocketModifier and TypeFieldDescriptionprivate final ConcurrentMap<Integer, SharedSocket.VirtualSocket> SharedSocket._VirtualSocketsTable of stream objects sharing this socket.Methods in net.sourceforge.jtds.jdbc that return SharedSocket.VirtualSocketModifier and TypeMethodDescription(package private) SharedSocket.VirtualSocketRequestStream.getVirtualSocket()Retrieve theSharedSocket.VirtualSocketused by this stream.(package private) SharedSocket.VirtualSocketResponseStream.getVirtualSocket()Retrieves theSharedSocket.VirtualSocketused by this stream id.Methods in net.sourceforge.jtds.jdbc with parameters of type SharedSocket.VirtualSocketModifier and TypeMethodDescription(package private) booleanSharedSocket.cancel(SharedSocket.VirtualSocket vsock) Send a TDS cancel packet to the server.(package private) voidSharedSocket.closeStream(SharedSocket.VirtualSocket vsock) Deallocate a stream linked to this socket.private byte[]SharedSocket.dequeueInput(SharedSocket.VirtualSocket vsock) Read a cached packet from the in memory queue or from a disk based queue.private voidSharedSocket.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.(package private) byte[]SharedSocket.getNetPacket(SharedSocket.VirtualSocket vsock, byte[] buffer) Get a network packet.(package private) byte[]SharedLocalNamedPipe.sendNetPacket(SharedSocket.VirtualSocket vsock, byte[] buffer) Send an network packet.(package private) byte[]SharedSocket.sendNetPacket(SharedSocket.VirtualSocket vsock, byte[] buffer) Send a network packet.Constructors in net.sourceforge.jtds.jdbc with parameters of type SharedSocket.VirtualSocketModifierConstructorDescription(package private)RequestStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize, int maxPrecision) Construct a RequestStream object.(package private)ResponseStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize) Constructs aRequestStreamobject.