Package org.robovm.apple.corefoundation
Class CFStreamSocketSOCKSProxy
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corefoundation.CFStreamSocketSOCKSProxy
public class CFStreamSocketSOCKSProxy extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFStreamSocketSOCKSProxy.AsListMarshalerstatic classCFStreamSocketSOCKSProxy.Keysstatic classCFStreamSocketSOCKSProxy.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CFStreamSocketSOCKSProxy() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)StringgetHost()StringgetPassword()intgetPort()StringgetUser()CFStreamSocketSOCKSVersiongetVersion()booleanhas(CFString key)CFStreamSocketSOCKSProxyset(CFString key, NativeObject value)CFStreamSocketSOCKSProxysetHost(String host)CFStreamSocketSOCKSProxysetPassword(String password)CFStreamSocketSOCKSProxysetPort(int port)CFStreamSocketSOCKSProxysetUser(String user)CFStreamSocketSOCKSProxysetVersion(CFStreamSocketSOCKSVersion version)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CFStreamSocketSOCKSProxy
public CFStreamSocketSOCKSProxy()
-
-
Method Details
-
has
-
get
-
set
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
-
getVersion
-
setVersion
-
getUser
-
setUser
-
getPassword
-
setPassword
-