org.hsqldb
Class HTTPClientConnection
java.lang.Object
   org.hsqldb.HSQLClientConnection
org.hsqldb.HSQLClientConnection
       org.hsqldb.HTTPClientConnection
org.hsqldb.HTTPClientConnection
- All Implemented Interfaces: 
- SessionInterface
- public class HTTPClientConnection- extends HSQLClientConnection
HTTP protocol session proxy implementation. Uses the updated HSQLDB HTTP
 sub protocol.
- Since:
- 1.7.2
- Version:
- 1.7.2
- Author:
- fredt@users
 
 
 
 
| Methods inherited from class org.hsqldb.HSQLClientConnection | 
| close, closeConnection, commit, getId, getSession, isAutoCommit, isClosed, isReadOnly, openConnection, rollback, setAutoCommit, setReadOnly | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HTTPClientConnection
public HTTPClientConnection(String host,
                            int port,
                            String path,
                            String database,
                            boolean isTLS,
                            String user,
                            String password)
                     throws HsqlException
initConnection
protected void initConnection(String host,
                              int port,
                              boolean isTLS)
                       throws HsqlException
- 
- Overrides:
- initConnectionin class- HSQLClientConnection
 
- 
- Throws:
- HsqlException
 
execute
public Result execute(Result r)
               throws HsqlException
- 
- Specified by:
- executein interface- SessionInterface
- Overrides:
- executein class- HSQLClientConnection
 
- 
- Throws:
- HsqlException
 
write
protected void write(Result r)
              throws IOException,
                     HsqlException
- 
- Overrides:
- writein class- HSQLClientConnection
 
- 
- Throws:
- IOException
- HsqlException
 
read
protected Result read()
               throws IOException,
                      HsqlException
- 
- Overrides:
- readin class- HSQLClientConnection
 
- 
- Throws:
- IOException
- HsqlException
 
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.