Package ch.bailu.gtk.gio
Klasse ProxyInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.ProxyInterface
- Alle implementierten Schnittstellen:
PointerInterface
Provides an interface for handling proxy connection and payload.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringConnect to proxy server and wrap (if required) the #connection
to handle payload.static final StringSame as connect() but asynchronous.static final StringReturns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult)static final StringThe parent interface.static final StringReturns whether the proxy supports hostname lookups. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gio.JnaProxyInterface.OnConnectConnect to proxy server and wrap (if required) the #connection
to handle payload.ch.bailu.gtk.gio.JnaProxyInterface.OnConnectFinishReturns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult)ch.bailu.gtk.gio.JnaProxyInterface.OnSupportsHostnameReturns whether the proxy supports hostname lookups.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldConnect(ProxyInterface.OnConnect connect) Connect to proxy server and wrap (if required) the #connection
to handle payload.voidsetFieldConnectFinish(ProxyInterface.OnConnectFinish connect_finish) Returns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult)voidsetFieldSupportsHostname(ProxyInterface.OnSupportsHostname supports_hostname) Returns whether the proxy supports hostname lookups.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
G_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
CONNECT
Connect to proxy server and wrap (if required) the #connection
to handle payload.
SeeProxyInterface.OnConnect.onConnect(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.IOStream, ch.bailu.gtk.gio.ProxyAddress, ch.bailu.gtk.gio.Cancellable)- Siehe auch:
-
CONNECT_ASYNC
Same as connect() but asynchronous.
Private field: cb-with-cb- Siehe auch:
-
CONNECT_FINISH
Returns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult)- Siehe auch:
-
SUPPORTS_HOSTNAME
Returns whether the proxy supports hostname lookups.
SeeProxyInterface.OnSupportsHostname.onSupportsHostname(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy)- Siehe auch:
-
-
Konstruktordetails
-
ProxyInterface
-
ProxyInterface
public ProxyInterface()
-
-
Methodendetails
-
getClassHandler
-
setFieldConnect
Connect to proxy server and wrap (if required) the #connection
to handle payload.
SeeProxyInterface.OnConnect.onConnect(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.IOStream, ch.bailu.gtk.gio.ProxyAddress, ch.bailu.gtk.gio.Cancellable) -
getFieldConnect
public ch.bailu.gtk.gio.JnaProxyInterface.OnConnect getFieldConnect()Connect to proxy server and wrap (if required) the #connection
to handle payload.
SeeProxyInterface.OnConnect.onConnect(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.IOStream, ch.bailu.gtk.gio.ProxyAddress, ch.bailu.gtk.gio.Cancellable) -
setFieldConnectFinish
Returns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult) -
getFieldConnectFinish
public ch.bailu.gtk.gio.JnaProxyInterface.OnConnectFinish getFieldConnectFinish()Returns the result of connect_async()
SeeProxyInterface.OnConnectFinish.onConnectFinish(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy, ch.bailu.gtk.gio.AsyncResult) -
setFieldSupportsHostname
Returns whether the proxy supports hostname lookups.
SeeProxyInterface.OnSupportsHostname.onSupportsHostname(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy) -
getFieldSupportsHostname
public ch.bailu.gtk.gio.JnaProxyInterface.OnSupportsHostname getFieldSupportsHostname()Returns whether the proxy supports hostname lookups.
SeeProxyInterface.OnSupportsHostname.onSupportsHostname(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.Proxy) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-