|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.ConnectionIntercept
Base class for Indy connection interceptos.
Constructor Summary | |
ConnectionIntercept()
Constructs a new IdConnectionIntercept instance |
Method Summary | |
void |
addConnectionInterceptListener(ConnectionInterceptListener l)
Adds a feature to the ConnectionInterceptListener attribute of the IdConnectionIntercept object |
void |
connect(IndyComponent comp)
Description of the Method |
void |
disconnect()
Description of the Method |
protected ConnectionIntercept |
getIntercept()
Gets the intercept attribute of the IdConnectionIntercept object |
boolean |
isClient()
Gets the client attribute of the IdConnectionIntercept object |
protected void |
nestedConnect(IndyComponent connection)
Description of the Method |
protected void |
nestedDisconnect()
Description of the Method |
protected void |
nestedRead(byte[] b)
Description of the Method |
protected void |
nestedWrite(byte[] b)
Description of the Method |
void |
read(byte[] b)
Description of the Method |
void |
removeConnectionInterceptListener(ConnectionInterceptListener l)
Description of the Method |
protected void |
setIntercept(ConnectionIntercept i)
Sets the intercept attribute of the IdConnectionIntercept object |
void |
setIsClient(boolean isClient)
Sets the isClient attribute of the IdConnectionIntercept object |
void |
write(byte[] b)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionIntercept()
Method Detail |
protected void setIntercept(ConnectionIntercept i) throws InterceptCircularLinkException
i
- The new intercept valueIdInterceptCircularLinkException
- Description of the Exceptionpublic void setIsClient(boolean isClient)
isClient
- The new isClient valueprotected ConnectionIntercept getIntercept()
public boolean isClient()
protected void nestedConnect(IndyComponent connection)
connection
- Description of the Parameterprotected void nestedDisconnect()
protected void nestedRead(byte[] b)
b
- Description of the Parameterprotected void nestedWrite(byte[] b)
b
- Description of the Parameterpublic void addConnectionInterceptListener(ConnectionInterceptListener l)
l
- The feature to be added to the ConnectionInterceptListener
attributepublic void removeConnectionInterceptListener(ConnectionInterceptListener l)
l
- Description of the Parameterpublic void read(byte[] b)
b
- Description of the Parameterpublic void write(byte[] b)
b
- Description of the Parameterpublic void connect(IndyComponent comp)
comp
- Description of the Parameterpublic void disconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |