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.AuthenticationException
org.netbeans.lib.cvsclient.command.CommandAbortedException
public void verify() throws org.netbeans.lib.cvsclient.connection.AuthenticationException
org.netbeans.lib.cvsclient.connection.AuthenticationException
public void close() throws IOException
IOException
public boolean isOpen()
public int getPort()
public void modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) throws IOException
IOException
public void modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier modifier) throws IOException
IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.