org.eclipse.jetty.io.bio
类 StringEndPoint
java.lang.Object
org.eclipse.jetty.io.bio.StreamEndPoint
org.eclipse.jetty.io.bio.StringEndPoint
- 所有已实现的接口:
- EndPoint
public class StringEndPoint
- extends StreamEndPoint
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
| 从类 org.eclipse.jetty.io.bio.StreamEndPoint 继承的方法 |
blockReadable, blockWritable, close, fill, flush, flush, flush, getInputStream, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getOutputStream, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isBlocking, isClosed, isInputShutdown, isOpen, isOutputShutdown, setInputStream, setMaxIdleTime, setOutputStream, shutdownInput, shutdownOutput |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringEndPoint
public StringEndPoint()
StringEndPoint
public StringEndPoint(String encoding)
setInput
public void setInput(String s)
getOutput
public String getOutput()
hasMore
public boolean hasMore()
- 返回:
true if there are bytes remaining to be read from the encoded input
Copyright © 2013. All Rights Reserved.