1 22 package org.xsocket.stream.io.spi; 23 24 25 import java.io.IOException ; 26 27 import org.xsocket.stream.INonBlockingConnection; 28 29 30 37 public interface IHandlerIoProvider { 38 39 public static final int UNLIMITED = INonBlockingConnection.UNLIMITED; 40 41 42 50 public IIoHandler setWriteTransferRate(IIoHandler ioHandler, int bytesPerSecond) throws IOException ; 51 } 52 | Popular Tags |