jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class NetProtocolV1.Response

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.Response
Direct Known Subclasses:
NetProtocolV1.AsciiRow, NetProtocolV1.Authentication, NetProtocolV1.BinaryRow, NetProtocolV1.EmptyResponse, NetProtocolV1.FunctionResult, NetProtocolV1.MessageResponse, NetProtocolV1.NotificationResponse, NetProtocolV1.RowDescription, NetProtocolV2.BackendKeyData
Enclosing class:
NetProtocolV1

abstract static class NetProtocolV1.Response
extends Object

Abstract base class for the messages sent by the backend.


Constructor Summary
(package private) NetProtocolV1.Response()
           
 
Method Summary
(package private) abstract  void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetProtocolV1.Response

NetProtocolV1.Response()
Method Detail

read

abstract void read()
            throws IOException
IOException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.