Verwendungen von Schnittstelle
ch.nolix.coreapi.netapi.endpoint3api.ISlot
Package
Beschreibung
The
ch.nolix.core.net.endpoint3
package defines an end point and a
server for it.The
ch.nolix.coreapi.netapi.endpoint3api
package declares an end
point that can send commands and data requests.-
Verwendungen von ISlot in ch.nolix.core.net.endpoint3
Modifizierer und TypMethodeBeschreibungfinal void
BaseServer.addDefaultSlot
(ISlot defaultSlot) final void
protected abstract void
BaseServer.noteAddedDefaultSlot
(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentBaseServer
.protected void
LocalServer.noteAddedDefaultSlot
(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentBaseServer
.protected void
Server.noteAddedDefaultSlot
(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentBaseServer
.protected void
SslServer.noteAddedDefaultSlot
(ISlot defaultSlot) protected abstract void
BaseServer.noteAddedSlot
(ISlot slot) Notes that the given slot has been added to the currentBaseServer
.protected void
LocalServer.noteAddedSlot
(ISlot slot) Notes that the given slot has been added to the currentBaseServer
.protected void
Server.noteAddedSlot
(ISlot slot) Notes that the given slot has been added to the currentBaseServer
.protected void
SslServer.noteAddedSlot
(ISlot slot) protected abstract void
BaseServer.noteRemovedSlot
(ISlot slot) Notes that the given slot has been removed from the currentBaseServer
.protected void
LocalServer.noteRemovedSlot
(ISlot slot) Notes that the given slot has been removed from the currentBaseServer
.protected void
Server.noteRemovedSlot
(ISlot slot) Notes that the given slot has been removed from the currentBaseServer
.protected void
SslServer.noteRemovedSlot
(ISlot slot) ModifiziererKonstruktorBeschreibungLocalEndPoint
(ISlot target) Creates a new local duplex controller that will connect to the given target. -
Verwendungen von ISlot in ch.nolix.coreapi.netapi.endpoint3api