com.hungry.javacvs.server.util
Class CVSServerPServerConnection

java.lang.Object
  |
  +--com.hungry.javacvs.util.CVSConnection
        |
        +--com.hungry.javacvs.server.util.CVSServerConnection
              |
              +--com.hungry.javacvs.server.util.CVSServerPServerConnection

public class CVSServerPServerConnection
extends CVSServerConnection


Fields inherited from class com.hungry.javacvs.util.CVSConnection
AUTH_ACK, AUTH_NACK, AUTH_PARTIAL_ACK, AUTHENTICATION_FAILED, AUTHENTICATION_SUCCESSFUL, BEGIN_AUTH_REQUEST, BEGIN_DSA_AUTH_REQUEST, BEGIN_DSA_VERIFICATION_REQUEST, BEGIN_VERIFICATION_REQUEST, CVS_JSERVER_PORT, CVS_PSERVER_PORT, END_AUTH_REQUEST, END_DSA_AUTH_REQUEST, END_DSA_VERIFICATION_REQUEST, END_VERIFICATION_REQUEST, STREAM_BUFFER_SIZE, VERIFICATION_FAILED, VERIFICATION_SUCCESSFUL
 
Constructor Summary
CVSServerPServerConnection(java.net.Socket socket)
           
 
Method Summary
 int authenticateUser()
           
 int checkUser()
           
 int verifyUser()
           
 
Methods inherited from class com.hungry.javacvs.util.CVSConnection
attachToSocket, available, close, connect, getSocket, isConnected, readBytes, readBytes, readBytes, readLine, unreadString, writeBytes, writeBytes, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSServerPServerConnection

public CVSServerPServerConnection(java.net.Socket socket)
                           throws java.io.IOException
Method Detail

authenticateUser

public int authenticateUser()
                     throws java.io.IOException
Overrides:
authenticateUser in class CVSServerConnection

verifyUser

public int verifyUser()
               throws java.io.IOException
Overrides:
verifyUser in class CVSServerConnection

checkUser

public int checkUser()
              throws java.io.IOException
Overrides:
checkUser in class CVSServerConnection