Uses of Interface
io.ciera.runtime.summit.interfaces.IPort
-
Packages that use IPort Package Description io.ciera.runtime.summit.interfaces -
-
Uses of IPort in io.ciera.runtime.summit.interfaces
Classes in io.ciera.runtime.summit.interfaces that implement IPort Modifier and Type Class Description classHttpPort<C extends IComponent<C>>classPort<C extends IComponent<C>>Methods in io.ciera.runtime.summit.interfaces with parameters of type IPort Modifier and Type Method Description voidIPort. satisfy(IPort<?> peer)voidPort. satisfy(IPort<?> peer)Constructors in io.ciera.runtime.summit.interfaces with parameters of type IPort Constructor Description HttpPort(C context, IPort<?> peer)Port(C context, IPort<?> peer)
-