Package org.openziti
Interface ZitiConnection
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public interface ZitiConnection implements Closeable
Object representing established Ziti connection.
-
-
Method Summary
Modifier and Type Method Description abstract Unitsend(ByteArray data)abstract Integerreceive(ByteArray out, Integer off, Integer len)Unitwrite(ByteArray data)Integerread(ByteArray out, Integer off, Integer len)abstract BooleanisClosed()abstract LonggetTimeout()abstract UnitsetTimeout(Long timeout)-
-
Method Detail
-
getTimeout
abstract Long getTimeout()
-
setTimeout
abstract Unit setTimeout(Long timeout)
-
-
-
-