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


构造方法摘要
StringEndPoint()
           
StringEndPoint(String encoding)
           
 
方法摘要
 String getOutput()
           
 boolean hasMore()
           
 void setInput(String s)
           
 
从类 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.