|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkLegacyConnector
.
public interface GenericHttpConnectorAddress
This interface defines the Authentication Information required by the connectors to carry out login/password authentication.
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Clones this object. |
AuthInfo |
getAuthInfo()
Deprecated. Returns the value of the authentication info property. |
java.lang.String |
getHost()
Deprecated. Returns the value of the server host property. |
int |
getPort()
Deprecated. Returns the value of the server port property. |
void |
setAuthInfo(AuthInfo authInfo)
Deprecated. Sets the value of the authentication info property. |
void |
setHost(java.lang.String host)
Deprecated. Sets the value of the server host property. |
void |
setPort(int port)
Deprecated. Sets the value of the server port property. |
Methods inherited from interface com.sun.jdmk.comm.ConnectorAddress |
---|
getConnectorType |
Method Detail |
---|
java.lang.String getHost()
void setHost(java.lang.String host)
host
- the new value of the server host property.int getPort()
void setPort(int port)
port
- the new value of the server port property.AuthInfo getAuthInfo()
void setAuthInfo(AuthInfo authInfo)
authInfo
- the new value of the authentication info property.java.lang.Object clone()
Object.clone()
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.09.25_15:22:04_BST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |