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 interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Connect to proxy server and wrap (if required) the #connection
to handle payload.static final String
Same as connect() but asynchronous.static final String
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)
static final String
The parent interface.static final String
Returns whether the proxy supports hostname lookups. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaProxyInterface.OnConnect
Connect to proxy server and wrap (if required) the #connection
to handle payload.ch.bailu.gtk.gio.JnaProxyInterface.OnConnectFinish
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)
ch.bailu.gtk.gio.JnaProxyInterface.OnSupportsHostname
Returns whether the proxy supports hostname lookups.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldConnect
(ProxyInterface.OnConnect connect) Connect to proxy server and wrap (if required) the #connection
to handle payload.void
setFieldConnectFinish
(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)
void
setFieldSupportsHostname
(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, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von 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()
-