class ZSocket extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZSocket
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(address: String): ZIO[Any, ZMQException, Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def connect(address: String): ZIO[Any, ZMQException, Unit]
- def connectPeer(address: String): ZIO[Any, ZMQException, RoutingId]
- def disconnect(address: String): ZIO[Any, ZMQException, Unit]
- def disconnectPeer(routingId: RoutingId): ZIO[Any, ZMQException, Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val options: ZOptions
- def pollIn: ZIO[Any, ZMQException, Boolean]
- def receive: ZIO[Any, ZMQException, Chunk[Byte]]
- def receiveChunkImmediately(max: Int): ZIO[Any, ZMQException, Chunk[Msg]]
- def receiveImmediately: ZIO[Any, ZMQException, Option[Chunk[Byte]]]
- def receiveMsg: ZIO[Any, ZMQException, Msg]
- def receiveMsgImmediately: ZIO[Any, ZMQException, Option[Msg]]
- def receiveString: ZIO[Any, ZMQException, String]
- def receiveStringWithRoutingId: ZIO[Any, ZMQException, (RoutingId, String)]
- def receiveWithRoutingId: ZIO[Any, ZMQException, (RoutingId, Chunk[Byte])]
- def receiveWithRoutingIdImmediately: ZIO[Any, ZMQException, Option[(RoutingId, Chunk[Byte])]]
- def send(bytes: Array[Byte]): ZIO[Any, ZMQException, Unit]
- def send(routingId: RoutingId, bytes: Array[Byte]): ZIO[Any, ZMQException, Unit]
- def sendImmediately(routingId: RoutingId, bytes: Array[Byte]): ZIO[Any, ZMQException, Boolean]
- def sendImmediately(bytes: Array[Byte]): ZIO[Any, ZMQException, Boolean]
- def sendMsg(msg: Msg): ZIO[Any, ZMQException, Unit]
- def sendMsgImmediately(msg: Msg): ZIO[Any, ZMQException, Boolean]
- def sendString(s: String): ZIO[Any, ZMQException, Unit]
- def sendString(routingId: RoutingId, s: String): ZIO[Any, ZMQException, Unit]
- def stream(chunkSize: Int): ZStream[Any, ZMQException, Msg]
- def stream: ZStream[Any, ZMQException, Msg]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)