public class ExtConnection extends org.netbeans.lib.cvsclient.connection.AbstractConnection
| Constructor and Description |
|---|
ExtConnection(org.netbeans.lib.cvsclient.CVSRoot cvsRoot) |
ExtConnection(String host,
int port,
String username,
String password,
String repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getPort() |
boolean |
isOpen() |
void |
modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) |
void |
modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) |
void |
open() |
void |
verify() |
public ExtConnection(org.netbeans.lib.cvsclient.CVSRoot cvsRoot)
public ExtConnection(String host, int port, String username, String password, String repository)
public void open() throws org.netbeans.lib.cvsclient.connection.AuthenticationException, org.netbeans.lib.cvsclient.command.CommandAbortedException
org.netbeans.lib.cvsclient.connection.AuthenticationExceptionorg.netbeans.lib.cvsclient.command.CommandAbortedExceptionpublic void verify() throws org.netbeans.lib.cvsclient.connection.AuthenticationException
org.netbeans.lib.cvsclient.connection.AuthenticationExceptionpublic void close() throws IOException
IOExceptionpublic boolean isOpen()
public int getPort()
public void modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) throws IOException
IOExceptionpublic void modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) throws IOException
IOExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.