org.apache.sshd.common.channel
Class ChannelUtils

java.lang.Object
  extended by org.apache.sshd.common.channel.ChannelUtils

public final class ChannelUtils
extends java.lang.Object


Method Summary
static org.apache.sshd.common.future.CloseFuture close(org.apache.sshd.common.Channel channel)
           
static void sendEof(org.apache.sshd.common.channel.AbstractChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sendEof

public static void sendEof(@Nullable
                           org.apache.sshd.common.channel.AbstractChannel channel)
                    throws java.io.IOException
Throws:
java.io.IOException

close

@Nullable
public static org.apache.sshd.common.future.CloseFuture close(@Nullable
                                                                       org.apache.sshd.common.Channel channel)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.