Uses of Interface
org.apache.sshd.common.io.IoWriteFuture
-
-
Uses of IoWriteFuture in org.apache.sshd.client.auth.password
Methods in org.apache.sshd.client.auth.password that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureUserAuthPassword. sendPassword(Buffer buffer, ClientSession session, java.lang.String oldPassword, java.lang.String newPassword)Sends the password via aSSH_MSG_USERAUTH_REQUESTmessage. -
Uses of IoWriteFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureAbstractClientSession. sendClientIdentification()protected IoWriteFutureClientUserAuthService. sendInitialAuthRequest(ClientSession session, java.lang.String service) -
Uses of IoWriteFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement IoWriteFuture Modifier and Type Class Description classIoWriteFutureImplprotected static classSimpleIoOutputStream.DefaultIoWriteFutureMethods in org.apache.sshd.common.channel that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureAbstractChannel. sendEof()SendsSSH_MSG_CHANNEL_EOFprovided not already sent and current channel state allows it.protected IoWriteFutureAbstractChannel. sendResponse(Buffer buffer, java.lang.String req, RequestHandler.Result result, boolean wantReply)IoWriteFutureBufferedIoOutputStream. writeBuffer(Buffer buffer)IoWriteFutureChannelAsyncOutputStream. writeBuffer(Buffer buffer)IoWriteFutureSimpleIoOutputStream. writeBuffer(Buffer buffer)IoWriteFutureAbstractChannel. writePacket(Buffer buffer)IoWriteFutureChannel. writePacket(Buffer buffer)Encode and send the given buffer.Methods in org.apache.sshd.common.channel with parameters of type IoWriteFuture Modifier and Type Method Description protected voidChannelAsyncOutputStream. onWritten(IoWriteFutureImpl future, int total, long length, IoWriteFuture f) -
Uses of IoWriteFuture in org.apache.sshd.common.channel.throttle
Methods in org.apache.sshd.common.channel.throttle that return IoWriteFuture Modifier and Type Method Description IoWriteFutureChannelStreamWriter. writeData(Buffer buffer)Encode and send the given data packet buffer.IoWriteFutureDefaultChannelStreamWriter. writeData(Buffer buffer) -
Uses of IoWriteFuture in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement IoWriteFuture Modifier and Type Class Description classAbstractIoWriteFutureMethods in org.apache.sshd.common.io that return IoWriteFuture Modifier and Type Method Description IoWriteFutureAbstractIoWriteFuture. verify(long timeout)IoWriteFutureIoOutputStream. writeBuffer(Buffer buffer)Write the given buffer.IoWriteFutureIoSession. writeBuffer(Buffer buffer)Write a packet on the socket. -
Uses of IoWriteFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement IoWriteFuture Modifier and Type Class Description classNio2DefaultIoWriteFutureMethods in org.apache.sshd.common.io.nio2 that return IoWriteFuture Modifier and Type Method Description IoWriteFutureNio2Session. writeBuffer(Buffer buffer) -
Uses of IoWriteFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return IoWriteFuture Modifier and Type Method Description IoWriteFutureSession. sendDebugMessage(boolean display, java.lang.Object msg, java.lang.String lang)Sends anSSH_MSG_DEBUGto the peer sessiondefault IoWriteFutureReservedSessionMessagesHandler. sendIdentification(Session session, java.lang.String version, java.util.List<java.lang.String> extraLines)Send the initial version exchange identification in and independent mannerIoWriteFutureSession. sendIgnoreMessage(byte... data)Sends anSSH_MSG_IGNOREto the peer sessiondefault IoWriteFutureReservedSessionMessagesHandler. sendKexInitRequest(Session session, java.util.Map<KexProposalOption,java.lang.String> proposal, Buffer packet)Invoked before sending theSSH_MSG_KEXINITpacketIoWriteFutureSession. writePacket(Buffer buffer)Encode and send the given buffer.default IoWriteFutureSession. writePacket(Buffer buffer, long maxWaitMillis)Encode and send the given buffer with the specified timeout.IoWriteFutureSession. writePacket(Buffer buffer, long timeout, java.util.concurrent.TimeUnit unit)Encode and send the given buffer with the specified timeout.default IoWriteFutureSession. writePacket(Buffer buffer, java.time.Duration timeout)Encode and send the given buffer with the specified timeout. -
Uses of IoWriteFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement IoWriteFuture Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.Methods in org.apache.sshd.common.session.helpers that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureAbstractSession. doWritePacket(Buffer buffer)protected IoWriteFutureAbstractConnectionService. globalRequest(Buffer buffer)Process global requestsprotected IoWriteFutureAbstractConnectionService. handleUnknownRequest(Buffer buffer, java.lang.String req, boolean wantReply)protected IoWriteFutureAbstractSession. notImplemented(int cmd, Buffer buffer)Send aSSH_MSG_UNIMPLEMENTEDpacket.protected IoWriteFutureAbstractConnectionService. sendChannelOpenFailure(Buffer buffer, int sender, int reasonCode, java.lang.String message, java.lang.String lang)IoWriteFutureSessionHelper. sendDebugMessage(boolean display, java.lang.Object msg, java.lang.String lang)protected IoWriteFutureDefaultUnknownChannelReferenceHandler. sendFailureResponse(ConnectionService service, byte cmd, int channelId)protected IoWriteFutureAbstractConnectionService. sendGlobalResponse(Buffer buffer, java.lang.String req, RequestHandler.Result result, boolean wantReply)IoWriteFutureReservedSessionMessagesHandlerAdapter. sendIdentification(Session session, java.lang.String version, java.util.List<java.lang.String> extraLines)protected IoWriteFutureSessionHelper. sendIdentification(java.lang.String version, java.util.List<java.lang.String> extraLines)Send our identification.IoWriteFutureSessionHelper. sendIgnoreMessage(byte... data)protected IoWriteFutureAbstractSession. sendNewKeys()Send a message to put new keys into use.protected IoWriteFutureSessionHelper. sendNotImplemented(long seqNoValue)Sends aSSH_MSG_UNIMPLEMENTEDmessageIoWriteFutureAbstractSession. writePacket(Buffer buffer)IoWriteFutureSessionHelper. writePacket(Buffer buffer, long timeout, java.util.concurrent.TimeUnit unit)Methods in org.apache.sshd.common.session.helpers that return types with arguments of type IoWriteFuture Modifier and Type Method Description protected java.util.List<java.util.AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>>AbstractSession. sendPendingPackets(java.util.Queue<PendingWriteFuture> packetsQueue)Methods in org.apache.sshd.common.session.helpers with parameters of type IoWriteFuture Modifier and Type Method Description protected voidAbstractConnectionService. futureDone(IoWriteFuture future)voidPendingWriteFuture. operationComplete(IoWriteFuture future) -
Uses of IoWriteFuture in org.apache.sshd.server.channel
Methods in org.apache.sshd.server.channel that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureChannelSession. sendResponse(Buffer buffer, java.lang.String req, RequestHandler.Result result, boolean wantReply) -
Uses of IoWriteFuture in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return IoWriteFuture Modifier and Type Method Description protected IoWriteFutureAbstractServerSession. sendServerIdentification(java.util.List<java.lang.String> headerLines)Sends the server identification + any extra header linesIoWriteFutureServerUserAuthService. sendWelcomeBanner(ServerSession session)Sends the welcome banner (if any configured) and if not already invokedIoWriteFutureAbstractServerSession. signalAuthenticationSuccess(java.lang.String username, java.lang.String authService, Buffer buffer)IoWriteFutureServerSession. signalAuthenticationSuccess(java.lang.String username, java.lang.String authService, Buffer buffer)
-