|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.ConnectionRequestInfoBase
org.jcoderz.commons.connector.http.HttpConnectionRequestInfo
public class HttpConnectionRequestInfo
This class contains the request information for a requested
connection. It implements the java connector architecture
interface HttpConnectionRequestInfo.
| Constructor Summary | |
|---|---|
HttpConnectionRequestInfo(HttpManagedConnectionFactoryImpl mcf)
Constructor. |
|
HttpConnectionRequestInfo(HttpManagedConnectionFactoryImpl mcf,
HttpConnectionSpec cs)
Constructor. |
|
| Method Summary | |
|---|---|
String |
canonicKey()
Create canonic key string. |
boolean |
equals(Object obj)
Compare two instances based on the relevant properties. |
HttpConnectionSpec |
getConnectionSpec()
Gets the connection specification object of this request information. |
int |
hashCode()
Calculate hashCode based on all relevant properties. |
String |
toString()
Create canonic human-readable string. |
| Methods inherited from class org.jcoderz.commons.connector.ConnectionRequestInfoBase |
|---|
getUserPassword, setUserPassword, setUserPassword |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpConnectionRequestInfo(HttpManagedConnectionFactoryImpl mcf)
mcf - the calling managed connection factory
public HttpConnectionRequestInfo(HttpManagedConnectionFactoryImpl mcf,
HttpConnectionSpec cs)
mcf - the calling managed connectin factorycs - the used connection specification| Method Detail |
|---|
public boolean equals(Object obj)
Depends on
{link #canonicKey() canonicKey}
equals in interface ConnectionRequestInfoequals in class Objectobj - other object instance
public int hashCode()
Depends on
{link #canonicKey() canonicKey}
hashCode in interface ConnectionRequestInfohashCode in class Objectpublic String toString()
toString in class ObjectcanonicKeypublic String canonicKey()
public HttpConnectionSpec getConnectionSpec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||