Package ch.bailu.gtk.gio
Klasse TcpWrapperConnection
- Alle implementierten Schnittstellen:
PointerInterface
A `GTcpWrapperConnection` can be used to wrap a [class@Gio.IOStream] that is
based on a [class@Gio.Socket], but which is not actually a
[class@Gio.SocketConnection]. This is used by [class@Gio.SocketClient] so
that it can always return a [class@Gio.SocketConnection], even when the
connection it has actually created is not directly a
[class@Gio.SocketConnection].
based on a [class@Gio.Socket], but which is not actually a
[class@Gio.SocketConnection]. This is used by [class@Gio.SocketClient] so
that it can always return a [class@Gio.SocketConnection], even when the
connection it has actually created is not directly a
[class@Gio.SocketConnection].
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gio.SocketConnection
SocketConnection.OnAsyncReadyCallbackVon Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify -
Feldübersicht
Von Klasse geerbte Felder ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTcpWrapperConnection(IOStream base_io_stream, Socket socket) Wraps @base_io_stream and @socket together as a #GSocketConnection.TcpWrapperConnection(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets @conn's base #GIOStreamstatic ClassHandlerstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizeVon Klasse geerbte Methoden ch.bailu.gtk.gio.TcpConnection
getGracefulDisconnect, setGracefulDisconnectVon Klasse geerbte Methoden ch.bailu.gtk.gio.SocketConnection
connect, connectAsync, connectFinish, factoryLookupType, factoryRegisterType, getLocalAddress, getRemoteAddress, getSocket, isConnectedVon Klasse geerbte Methoden ch.bailu.gtk.gio.IOStream
clearPending, close, closeAsync, closeFinish, getInputStream, getOutputStream, hasPending, isClosed, setPending, spliceAsync, spliceFinishVon Klasse geerbte Methoden ch.bailu.gtk.type.PropertyHolder
getBooleanProperty, getIntProperty, getObjectProperty, getStringProperty, getStrProperty, setBooleanProperty, setIntProperty, setObjectProperty, setStringProperty, setStrPropertyVon Klasse geerbte Methoden ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnrefVon 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
-
Konstruktordetails
-
TcpWrapperConnection
-
TcpWrapperConnection
Wraps @base_io_stream and @socket together as a #GSocketConnection.- Parameter:
base_io_stream- the #GIOStream to wrapsocket- the #GSocket associated with @base_io_stream
-
-
Methodendetails
-
getClassHandler
-
getBaseIoStream
Gets @conn's base #GIOStream- Gibt zurück:
- @conn's base #GIOStream
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-