|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.io.transport.options.TransportTypeOptions
net.rim.device.api.io.transport.options.WapOptions
public class WapOptions
This class stores configuration information for the WAP 1.0 and WAP 1.1 transport types. If you provide an instance of
this class to a ConnectionFactory object, the factory will use the configuration information when it creates a WAP 1.0 or
WAP 1.1 connection.
| Constructor Summary | ||
|---|---|---|
WapOptions()
Construct a WapOptions object |
||
| Method Summary | ||
|---|---|---|
String |
getTunnelAuthPassword()
Retrieves the tunnelAuthPassword |
|
String |
getTunnelAuthUsername()
Retrieves the tunnelAuthUsername |
|
String |
getWapGatewayApn()
Retrieves the wapGatewayApn |
|
String |
getWapGatewayIp()
Retrieves the wapGatewayIp |
|
String |
getWapGatewayPort()
Retrieves the wapGatewayPort |
|
String |
getWapSourceIp()
Retrieves the wapSourceIp |
|
String |
getWapSourcePort()
Retrieves the wapSourcePort |
|
boolean |
isWapEnableWTLS()
Retrieves the wapEnableWTLS |
|
void |
setTunnelAuthPassword(String tunnelAuthPassword)
Sets the tunnelAuthPassword |
|
void |
setTunnelAuthUsername(String tunnelAuthUsername)
Sets the tunnelAuthUsername |
|
void |
setWapEnableWTLS(boolean wapEnableWTLS)
Sets the wapEnableWTLS |
|
void |
setWapGatewayApn(String wapGatewayApn)
Sets the wapGatewayApn |
|
void |
setWapGatewayIp(String wapGatewayIp)
Sets the wapGatewayIp |
|
void |
setWapGatewayPort(String wapGatewayPort)
Sets the wapGatewayPort |
|
void |
setWapSourceIp(String wapSourceIp)
Sets the wapSourceIp |
|
void |
setWapSourcePort(String wapSourcePort)
Sets the wapSourcePort |
|
String |
toUrlOptionString()
Converts the contents into a string that can be used in a URL. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WapOptions()
| Method Detail |
|---|
public String getWapGatewayIp()
public void setWapGatewayIp(String wapGatewayIp)
wapGatewayIp - the wapGatewayIp to setpublic String getWapGatewayPort()
public void setWapGatewayPort(String wapGatewayPort)
wapGatewayPort - the wapGatewayPort to setpublic String getWapSourceIp()
public void setWapSourceIp(String wapSourceIp)
wapSourceIp - the wapSourceIp to setpublic String getWapSourcePort()
public void setWapSourcePort(String wapSourcePort)
wapSourcePort - the wapSourcePort to setpublic String getWapGatewayApn()
public void setWapGatewayApn(String wapGatewayApn)
wapGatewayApn - the wapGatewayApn to setpublic String getTunnelAuthUsername()
public void setTunnelAuthUsername(String tunnelAuthUsername)
tunnelAuthUsername - the tunnelAuthUsername to setpublic String getTunnelAuthPassword()
public void setTunnelAuthPassword(String tunnelAuthPassword)
tunnelAuthPassword - the tunnelAuthPassword to setpublic boolean isWapEnableWTLS()
public void setWapEnableWTLS(boolean wapEnableWTLS)
wapEnableWTLS - the wapEnableWTLS to setpublic String toUrlOptionString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.