@Deprecated public class UpgradeOutbound extends OutputStream
Constructor and Description |
---|
UpgradeOutbound(UpgradeProcessor<?> processor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
flush()
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
close, write
public UpgradeOutbound(UpgradeProcessor<?> processor)
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.