|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IOException in java.io |
---|
Subclasses of IOException in java.io | |
---|---|
class |
CharConversionException
|
class |
EOFException
|
class |
FileNotFoundException
|
class |
InterruptedIOException
|
class |
InvalidClassException
|
class |
InvalidObjectException
|
class |
NotActiveException
|
class |
NotSerializableException
|
class |
ObjectStreamException
|
class |
OptionalDataException
|
class |
StreamCorruptedException
|
class |
SyncFailedException
|
class |
UnsupportedEncodingException
|
class |
UTFDataFormatException
|
class |
WriteAbortedException
|
Methods in java.io that throw IOException | |
---|---|
protected void |
ObjectOutputStream.annotateClass(Class var0)
|
protected void |
ObjectOutputStream.annotateProxyClass(Class var0)
|
int |
SequenceInputStream.available()
|
int |
PushbackInputStream.available()
|
int |
PipedInputStream.available()
|
int |
ObjectInputStream.available()
|
int |
ObjectInput.available()
|
int |
InputStream.available()
|
int |
FilterInputStream.available()
|
int |
FileInputStream.available()
|
int |
BufferedInputStream.available()
|
abstract void |
Writer.close()
|
void |
StringWriter.close()
|
void |
SequenceInputStream.close()
|
abstract void |
Reader.close()
|
void |
RandomAccessFile.close()
|
void |
PushbackReader.close()
|
void |
PushbackInputStream.close()
|
void |
PipedWriter.close()
|
void |
PipedReader.close()
|
void |
PipedOutputStream.close()
|
void |
PipedInputStream.close()
|
void |
OutputStreamWriter.close()
|
void |
OutputStream.close()
|
void |
ObjectOutputStream.close()
|
void |
ObjectOutput.close()
|
void |
ObjectInputStream.close()
|
void |
ObjectInput.close()
|
void |
InputStreamReader.close()
|
void |
InputStream.close()
|
void |
FilterWriter.close()
|
void |
FilterReader.close()
|
void |
FilterOutputStream.close()
|
void |
FilterInputStream.close()
|
void |
FileOutputStream.close()
|
void |
FileInputStream.close()
|
void |
ByteArrayOutputStream.close()
|
void |
ByteArrayInputStream.close()
|
void |
BufferedWriter.close()
|
void |
BufferedReader.close()
|
void |
BufferedInputStream.close()
|
void |
PipedOutputStream.connect(PipedInputStream var0)
|
void |
PipedInputStream.connect(PipedOutputStream var0)
|
void |
PipedWriter.connect(PipedReader var0)
|
void |
PipedReader.connect(PipedWriter var0)
|
boolean |
File.createNewFile()
|
static File |
File.createTempFile(String var0,
String var1)
|
static File |
File.createTempFile(String var0,
String var1,
File var2)
|
abstract boolean |
ObjectInputStream.GetField.defaulted(String var0)
|
void |
ObjectInputStream.defaultReadObject()
|
void |
ObjectOutputStream.defaultWriteObject()
|
protected void |
ObjectOutputStream.drain()
|
protected void |
FileOutputStream.finalize()
|
protected void |
FileInputStream.finalize()
|
abstract void |
Writer.flush()
|
void |
PipedWriter.flush()
|
void |
PipedOutputStream.flush()
|
void |
OutputStreamWriter.flush()
|
void |
OutputStream.flush()
|
void |
ObjectOutputStream.flush()
|
void |
ObjectOutput.flush()
|
void |
FilterWriter.flush()
|
void |
FilterOutputStream.flush()
|
void |
DataOutputStream.flush()
|
void |
BufferedWriter.flush()
|
void |
BufferedOutputStream.flush()
|
abstract boolean |
ObjectInputStream.GetField.get(String var0,
boolean var1)
|
abstract byte |
ObjectInputStream.GetField.get(String var0,
byte var1)
|
abstract char |
ObjectInputStream.GetField.get(String var0,
char var1)
|
abstract double |
ObjectInputStream.GetField.get(String var0,
double var1)
|
abstract float |
ObjectInputStream.GetField.get(String var0,
float var1)
|
abstract int |
ObjectInputStream.GetField.get(String var0,
int var1)
|
abstract long |
ObjectInputStream.GetField.get(String var0,
long var1)
|
abstract Object |
ObjectInputStream.GetField.get(String var0,
Object var1)
|
abstract short |
ObjectInputStream.GetField.get(String var0,
short var1)
|
File |
File.getCanonicalFile()
|
String |
File.getCanonicalPath()
|
FileDescriptor |
RandomAccessFile.getFD()
|
FileDescriptor |
FileOutputStream.getFD()
|
FileDescriptor |
FileInputStream.getFD()
|
long |
RandomAccessFile.getFilePointer()
|
long |
RandomAccessFile.length()
|
void |
StringReader.mark(int var0)
|
void |
Reader.mark(int var0)
|
void |
PushbackReader.mark(int var0)
|
void |
LineNumberReader.mark(int var0)
|
void |
FilterReader.mark(int var0)
|
void |
CharArrayReader.mark(int var0)
|
void |
BufferedReader.mark(int var0)
|
void |
BufferedWriter.newLine()
|
int |
StreamTokenizer.nextToken()
|
ObjectOutputStream.PutField |
ObjectOutputStream.putFields()
|
int |
StringReader.read()
|
int |
SequenceInputStream.read()
|
int |
Reader.read()
|
int |
RandomAccessFile.read()
|
int |
PushbackReader.read()
|
int |
PushbackInputStream.read()
|
int |
PipedReader.read()
|
int |
PipedInputStream.read()
|
int |
ObjectInputStream.read()
|
int |
ObjectInput.read()
|
int |
LineNumberReader.read()
|
int |
InputStreamReader.read()
|
abstract int |
InputStream.read()
|
int |
FilterReader.read()
|
int |
FilterInputStream.read()
|
int |
FileInputStream.read()
|
int |
CharArrayReader.read()
|
int |
BufferedReader.read()
|
int |
BufferedInputStream.read()
|
int |
RandomAccessFile.read(byte[] var0)
|
int |
ObjectInput.read(byte[] var0)
|
int |
InputStream.read(byte[] var0)
|
int |
FilterInputStream.read(byte[] var0)
|
int |
FileInputStream.read(byte[] var0)
|
int |
DataInputStream.read(byte[] var0)
|
int |
SequenceInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
RandomAccessFile.read(byte[] var0,
int var1,
int var2)
|
int |
PushbackInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
PipedInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
ObjectInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
ObjectInput.read(byte[] var0,
int var1,
int var2)
|
int |
InputStream.read(byte[] var0,
int var1,
int var2)
|
int |
FilterInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
FileInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
DataInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
BufferedInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
Reader.read(char[] var0)
|
int |
StringReader.read(char[] var0,
int var1,
int var2)
|
abstract int |
Reader.read(char[] var0,
int var1,
int var2)
|
int |
PushbackReader.read(char[] var0,
int var1,
int var2)
|
int |
PipedReader.read(char[] var0,
int var1,
int var2)
|
int |
LineNumberReader.read(char[] var0,
int var1,
int var2)
|
int |
InputStreamReader.read(char[] var0,
int var1,
int var2)
|
int |
FilterReader.read(char[] var0,
int var1,
int var2)
|
int |
CharArrayReader.read(char[] var0,
int var1,
int var2)
|
int |
BufferedReader.read(char[] var0,
int var1,
int var2)
|
boolean |
RandomAccessFile.readBoolean()
|
boolean |
ObjectInputStream.readBoolean()
|
boolean |
DataInputStream.readBoolean()
|
boolean |
DataInput.readBoolean()
|
byte |
RandomAccessFile.readByte()
|
byte |
ObjectInputStream.readByte()
|
byte |
DataInputStream.readByte()
|
byte |
DataInput.readByte()
|
char |
RandomAccessFile.readChar()
|
char |
ObjectInputStream.readChar()
|
char |
DataInputStream.readChar()
|
char |
DataInput.readChar()
|
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor()
|
double |
RandomAccessFile.readDouble()
|
double |
ObjectInputStream.readDouble()
|
double |
DataInputStream.readDouble()
|
double |
DataInput.readDouble()
|
void |
Externalizable.readExternal(ObjectInput var0)
|
ObjectInputStream.GetField |
ObjectInputStream.readFields()
|
float |
RandomAccessFile.readFloat()
|
float |
ObjectInputStream.readFloat()
|
float |
DataInputStream.readFloat()
|
float |
DataInput.readFloat()
|
void |
RandomAccessFile.readFully(byte[] var0)
|
void |
ObjectInputStream.readFully(byte[] var0)
|
void |
DataInputStream.readFully(byte[] var0)
|
void |
DataInput.readFully(byte[] var0)
|
void |
RandomAccessFile.readFully(byte[] var0,
int var1,
int var2)
|
void |
ObjectInputStream.readFully(byte[] var0,
int var1,
int var2)
|
void |
DataInputStream.readFully(byte[] var0,
int var1,
int var2)
|
void |
DataInput.readFully(byte[] var0,
int var1,
int var2)
|
int |
RandomAccessFile.readInt()
|
int |
ObjectInputStream.readInt()
|
int |
DataInputStream.readInt()
|
int |
DataInput.readInt()
|
String |
RandomAccessFile.readLine()
|
String |
ObjectInputStream.readLine()
|
String |
LineNumberReader.readLine()
|
String |
DataInputStream.readLine()
|
String |
DataInput.readLine()
|
String |
BufferedReader.readLine()
|
long |
RandomAccessFile.readLong()
|
long |
ObjectInputStream.readLong()
|
long |
DataInputStream.readLong()
|
long |
DataInput.readLong()
|
Object |
ObjectInputStream.readObject()
|
Object |
ObjectInput.readObject()
|
protected Object |
ObjectInputStream.readObjectOverride()
|
short |
RandomAccessFile.readShort()
|
short |
ObjectInputStream.readShort()
|
short |
DataInputStream.readShort()
|
short |
DataInput.readShort()
|
protected void |
ObjectInputStream.readStreamHeader()
|
int |
RandomAccessFile.readUnsignedByte()
|
int |
ObjectInputStream.readUnsignedByte()
|
int |
DataInputStream.readUnsignedByte()
|
int |
DataInput.readUnsignedByte()
|
int |
RandomAccessFile.readUnsignedShort()
|
int |
ObjectInputStream.readUnsignedShort()
|
int |
DataInputStream.readUnsignedShort()
|
int |
DataInput.readUnsignedShort()
|
String |
RandomAccessFile.readUTF()
|
String |
ObjectInputStream.readUTF()
|
String |
DataInputStream.readUTF()
|
String |
DataInput.readUTF()
|
static String |
DataInputStream.readUTF(DataInput var0)
|
boolean |
StringReader.ready()
|
boolean |
Reader.ready()
|
boolean |
PushbackReader.ready()
|
boolean |
PipedReader.ready()
|
boolean |
InputStreamReader.ready()
|
boolean |
FilterReader.ready()
|
boolean |
CharArrayReader.ready()
|
boolean |
BufferedReader.ready()
|
protected void |
PipedInputStream.receive(int var0)
|
protected Object |
ObjectOutputStream.replaceObject(Object var0)
|
void |
StringReader.reset()
|
void |
Reader.reset()
|
void |
PushbackReader.reset()
|
void |
ObjectOutputStream.reset()
|
void |
LineNumberReader.reset()
|
void |
InputStream.reset()
|
void |
FilterReader.reset()
|
void |
FilterInputStream.reset()
|
void |
CharArrayReader.reset()
|
void |
BufferedReader.reset()
|
void |
BufferedInputStream.reset()
|
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass var0)
|
protected Object |
ObjectInputStream.resolveObject(Object var0)
|
protected Class |
ObjectInputStream.resolveProxyClass(String[] var0)
|
void |
RandomAccessFile.seek(long var0)
|
void |
RandomAccessFile.setLength(long var0)
|
long |
StringReader.skip(long var0)
|
long |
Reader.skip(long var0)
|
long |
PushbackInputStream.skip(long var0)
|
long |
ObjectInput.skip(long var0)
|
long |
LineNumberReader.skip(long var0)
|
long |
InputStream.skip(long var0)
|
long |
FilterReader.skip(long var0)
|
long |
FilterInputStream.skip(long var0)
|
long |
FileInputStream.skip(long var0)
|
long |
CharArrayReader.skip(long var0)
|
long |
BufferedReader.skip(long var0)
|
long |
BufferedInputStream.skip(long var0)
|
int |
RandomAccessFile.skipBytes(int var0)
|
int |
ObjectInputStream.skipBytes(int var0)
|
int |
DataInputStream.skipBytes(int var0)
|
int |
DataInput.skipBytes(int var0)
|
void |
PushbackInputStream.unread(byte[] var0)
|
void |
PushbackInputStream.unread(byte[] var0,
int var1,
int var2)
|
void |
PushbackReader.unread(char[] var0)
|
void |
PushbackReader.unread(char[] var0,
int var1,
int var2)
|
void |
PushbackReader.unread(int var0)
|
void |
PushbackInputStream.unread(int var0)
|
void |
ObjectOutputStream.useProtocolVersion(int var0)
|
void |
RandomAccessFile.write(byte[] var0)
|
void |
OutputStream.write(byte[] var0)
|
void |
ObjectOutputStream.write(byte[] var0)
|
void |
ObjectOutput.write(byte[] var0)
|
void |
FilterOutputStream.write(byte[] var0)
|
void |
FileOutputStream.write(byte[] var0)
|
void |
DataOutput.write(byte[] var0)
|
void |
RandomAccessFile.write(byte[] var0,
int var1,
int var2)
|
void |
PipedOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
OutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
ObjectOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
ObjectOutput.write(byte[] var0,
int var1,
int var2)
|
void |
FilterOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
FileOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
DataOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
DataOutput.write(byte[] var0,
int var1,
int var2)
|
void |
BufferedOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
Writer.write(char[] var0)
|
abstract void |
Writer.write(char[] var0,
int var1,
int var2)
|
void |
PipedWriter.write(char[] var0,
int var1,
int var2)
|
void |
OutputStreamWriter.write(char[] var0,
int var1,
int var2)
|
void |
FilterWriter.write(char[] var0,
int var1,
int var2)
|
void |
BufferedWriter.write(char[] var0,
int var1,
int var2)
|
void |
Writer.write(int var0)
|
void |
RandomAccessFile.write(int var0)
|
void |
PipedWriter.write(int var0)
|
void |
PipedOutputStream.write(int var0)
|
void |
OutputStreamWriter.write(int var0)
|
abstract void |
OutputStream.write(int var0)
|
void |
ObjectOutputStream.write(int var0)
|
void |
ObjectOutput.write(int var0)
|
void |
FilterWriter.write(int var0)
|
void |
FilterOutputStream.write(int var0)
|
void |
FileOutputStream.write(int var0)
|
void |
DataOutputStream.write(int var0)
|
void |
DataOutput.write(int var0)
|
void |
BufferedWriter.write(int var0)
|
void |
BufferedOutputStream.write(int var0)
|
abstract void |
ObjectOutputStream.PutField.write(ObjectOutput var0)
|
void |
Writer.write(String var0)
|
void |
Writer.write(String var0,
int var1,
int var2)
|
void |
OutputStreamWriter.write(String var0,
int var1,
int var2)
|
void |
FilterWriter.write(String var0,
int var1,
int var2)
|
void |
BufferedWriter.write(String var0,
int var1,
int var2)
|
void |
RandomAccessFile.writeBoolean(boolean var0)
|
void |
ObjectOutputStream.writeBoolean(boolean var0)
|
void |
DataOutputStream.writeBoolean(boolean var0)
|
void |
DataOutput.writeBoolean(boolean var0)
|
void |
RandomAccessFile.writeByte(int var0)
|
void |
ObjectOutputStream.writeByte(int var0)
|
void |
DataOutputStream.writeByte(int var0)
|
void |
DataOutput.writeByte(int var0)
|
void |
RandomAccessFile.writeBytes(String var0)
|
void |
ObjectOutputStream.writeBytes(String var0)
|
void |
DataOutputStream.writeBytes(String var0)
|
void |
DataOutput.writeBytes(String var0)
|
void |
RandomAccessFile.writeChar(int var0)
|
void |
ObjectOutputStream.writeChar(int var0)
|
void |
DataOutputStream.writeChar(int var0)
|
void |
DataOutput.writeChar(int var0)
|
void |
RandomAccessFile.writeChars(String var0)
|
void |
ObjectOutputStream.writeChars(String var0)
|
void |
DataOutputStream.writeChars(String var0)
|
void |
DataOutput.writeChars(String var0)
|
protected void |
ObjectOutputStream.writeClassDescriptor(ObjectStreamClass var0)
|
void |
RandomAccessFile.writeDouble(double var0)
|
void |
ObjectOutputStream.writeDouble(double var0)
|
void |
DataOutputStream.writeDouble(double var0)
|
void |
DataOutput.writeDouble(double var0)
|
void |
Externalizable.writeExternal(ObjectOutput var0)
|
void |
ObjectOutputStream.writeFields()
|
void |
RandomAccessFile.writeFloat(float var0)
|
void |
ObjectOutputStream.writeFloat(float var0)
|
void |
DataOutputStream.writeFloat(float var0)
|
void |
DataOutput.writeFloat(float var0)
|
void |
RandomAccessFile.writeInt(int var0)
|
void |
ObjectOutputStream.writeInt(int var0)
|
void |
DataOutputStream.writeInt(int var0)
|
void |
DataOutput.writeInt(int var0)
|
void |
RandomAccessFile.writeLong(long var0)
|
void |
ObjectOutputStream.writeLong(long var0)
|
void |
DataOutputStream.writeLong(long var0)
|
void |
DataOutput.writeLong(long var0)
|
void |
ObjectOutputStream.writeObject(Object var0)
|
void |
ObjectOutput.writeObject(Object var0)
|
protected void |
ObjectOutputStream.writeObjectOverride(Object var0)
|
void |
RandomAccessFile.writeShort(int var0)
|
void |
ObjectOutputStream.writeShort(int var0)
|
void |
DataOutputStream.writeShort(int var0)
|
void |
DataOutput.writeShort(int var0)
|
protected void |
ObjectOutputStream.writeStreamHeader()
|
void |
ByteArrayOutputStream.writeTo(OutputStream var0)
|
void |
CharArrayWriter.writeTo(Writer var0)
|
void |
RandomAccessFile.writeUTF(String var0)
|
void |
ObjectOutputStream.writeUTF(String var0)
|
void |
DataOutputStream.writeUTF(String var0)
|
void |
DataOutput.writeUTF(String var0)
|
Constructors in java.io that throw IOException | |
---|---|
FileWriter(File var0)
|
|
FileWriter(String var0)
|
|
FileWriter(String var0,
boolean var1)
|
|
ObjectInputStream()
|
|
ObjectInputStream(InputStream var0)
|
|
ObjectOutputStream()
|
|
ObjectOutputStream(OutputStream var0)
|
|
PipedInputStream(PipedOutputStream var0)
|
|
PipedOutputStream(PipedInputStream var0)
|
|
PipedReader(PipedWriter var0)
|
|
PipedWriter(PipedReader var0)
|
Uses of IOException in java.lang |
---|
Methods in java.lang that throw IOException | |
---|---|
Process |
Runtime.exec(String var0)
|
Process |
Runtime.exec(String[] var0)
|
Process |
Runtime.exec(String[] var0,
String[] var1)
|
Process |
Runtime.exec(String[] var0,
String[] var1,
File var2)
|
Process |
Runtime.exec(String var0,
String[] var1)
|
Process |
Runtime.exec(String var0,
String[] var1,
File var2)
|
protected Enumeration |
ClassLoader.findResources(String var0)
|
Enumeration |
ClassLoader.getResources(String var0)
|
static Enumeration |
ClassLoader.getSystemResources(String var0)
|
Uses of IOException in java.net |
---|
Subclasses of IOException in java.net | |
---|---|
class |
BindException
|
class |
ConnectException
|
class |
MalformedURLException
|
class |
NoRouteToHostException
|
class |
ProtocolException
|
class |
SocketException
|
class |
UnknownHostException
|
class |
UnknownServiceException
|
Methods in java.net that throw IOException | |
---|---|
Socket |
ServerSocket.accept()
|
protected abstract void |
SocketImpl.accept(SocketImpl var0)
|
protected abstract int |
SocketImpl.available()
|
protected abstract void |
SocketImpl.bind(InetAddress var0,
int var1)
|
protected abstract void |
SocketImpl.close()
|
void |
Socket.close()
|
void |
ServerSocket.close()
|
abstract void |
URLConnection.connect()
|
protected abstract void |
SocketImpl.connect(InetAddress var0,
int var1)
|
protected abstract void |
SocketImpl.connect(String var0,
int var1)
|
protected abstract void |
SocketImpl.create(boolean var0)
|
Enumeration |
URLClassLoader.findResources(String var0)
|
Attributes |
JarURLConnection.getAttributes()
|
Certificate[] |
JarURLConnection.getCertificates()
|
Object |
URLConnection.getContent()
|
Object |
URL.getContent()
|
Object |
URLConnection.getContent(Class[] var0)
|
Object |
URL.getContent(Class[] var0)
|
abstract Object |
ContentHandler.getContent(URLConnection var0)
|
Object |
ContentHandler.getContent(URLConnection var0,
Class[] var1)
|
InputStream |
URLConnection.getInputStream()
|
protected abstract InputStream |
SocketImpl.getInputStream()
|
InputStream |
Socket.getInputStream()
|
JarEntry |
JarURLConnection.getJarEntry()
|
abstract JarFile |
JarURLConnection.getJarFile()
|
Attributes |
JarURLConnection.getMainAttributes()
|
Manifest |
JarURLConnection.getManifest()
|
OutputStream |
URLConnection.getOutputStream()
|
protected abstract OutputStream |
SocketImpl.getOutputStream()
|
OutputStream |
Socket.getOutputStream()
|
Permission |
URLConnection.getPermission()
|
Permission |
HttpURLConnection.getPermission()
|
int |
HttpURLConnection.getResponseCode()
|
String |
HttpURLConnection.getResponseMessage()
|
int |
ServerSocket.getSoTimeout()
|
int |
MulticastSocket.getTimeToLive()
|
protected abstract int |
DatagramSocketImpl.getTimeToLive()
|
static String |
URLConnection.guessContentTypeFromStream(InputStream var0)
|
protected void |
ServerSocket.implAccept(Socket var0)
|
protected abstract void |
DatagramSocketImpl.join(InetAddress var0)
|
void |
MulticastSocket.joinGroup(InetAddress var0)
|
protected abstract void |
DatagramSocketImpl.leave(InetAddress var0)
|
void |
MulticastSocket.leaveGroup(InetAddress var0)
|
protected abstract void |
SocketImpl.listen(int var0)
|
URLConnection |
URL.openConnection()
|
protected abstract URLConnection |
URLStreamHandler.openConnection(URL var0)
|
InputStream |
URL.openStream()
|
protected abstract int |
DatagramSocketImpl.peek(InetAddress var0)
|
protected abstract void |
DatagramSocketImpl.receive(DatagramPacket var0)
|
void |
DatagramSocket.receive(DatagramPacket var0)
|
protected abstract void |
DatagramSocketImpl.send(DatagramPacket var0)
|
void |
DatagramSocket.send(DatagramPacket var0)
|
void |
MulticastSocket.send(DatagramPacket var0,
byte var1)
|
static void |
DatagramSocket.setDatagramSocketImplFactory(DatagramSocketImplFactory var0)
|
static void |
ServerSocket.setSocketFactory(SocketImplFactory var0)
|
static void |
Socket.setSocketImplFactory(SocketImplFactory var0)
|
void |
MulticastSocket.setTimeToLive(int var0)
|
protected abstract void |
DatagramSocketImpl.setTimeToLive(int var0)
|
protected void |
SocketImpl.shutdownInput()
|
void |
Socket.shutdownInput()
|
protected void |
SocketImpl.shutdownOutput()
|
void |
Socket.shutdownOutput()
|
Constructors in java.net that throw IOException | |
---|---|
MulticastSocket()
|
|
MulticastSocket(int var0)
|
|
ServerSocket(int var0)
|
|
ServerSocket(int var0,
int var1)
|
|
ServerSocket(int var0,
int var1,
InetAddress var2)
|
|
Socket(InetAddress var0,
int var1)
|
|
Socket(InetAddress var0,
int var1,
InetAddress var2,
int var3)
|
|
Socket(String var0,
int var1)
|
|
Socket(String var0,
int var1,
InetAddress var2,
int var3)
|
Uses of IOException in java.security |
---|
Methods in java.security that throw IOException | |
---|---|
void |
Certificate.decode(InputStream var0)
|
void |
Certificate.encode(OutputStream var0)
|
protected abstract byte[] |
AlgorithmParametersSpi.engineGetEncoded()
|
protected abstract byte[] |
AlgorithmParametersSpi.engineGetEncoded(String var0)
|
protected abstract void |
AlgorithmParametersSpi.engineInit(byte[] var0)
|
protected abstract void |
AlgorithmParametersSpi.engineInit(byte[] var0,
String var1)
|
abstract void |
KeyStoreSpi.engineLoad(InputStream var0,
char[] var1)
|
abstract void |
KeyStoreSpi.engineStore(OutputStream var0,
char[] var1)
|
byte[] |
AlgorithmParameters.getEncoded()
|
byte[] |
AlgorithmParameters.getEncoded(String var0)
|
Object |
SignedObject.getObject()
|
void |
AlgorithmParameters.init(byte[] var0)
|
void |
AlgorithmParameters.init(byte[] var0,
String var1)
|
void |
Provider.load(InputStream var0)
|
void |
KeyStore.load(InputStream var0,
char[] var1)
|
int |
DigestInputStream.read()
|
int |
DigestInputStream.read(byte[] var0,
int var1,
int var2)
|
void |
KeyStore.store(OutputStream var0,
char[] var1)
|
void |
DigestOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
DigestOutputStream.write(int var0)
|
Constructors in java.security that throw IOException | |
---|---|
SignedObject(Serializable var0,
PrivateKey var1,
Signature var2)
|
Uses of IOException in java.util |
---|
Methods in java.util that throw IOException | |
---|---|
void |
Properties.load(InputStream var0)
|
void |
Properties.store(OutputStream var0,
String var1)
|
Constructors in java.util that throw IOException | |
---|---|
PropertyResourceBundle(InputStream var0)
|
Uses of IOException in java.util.jar |
---|
Subclasses of IOException in java.util.jar | |
---|---|
class |
JarException
|
Methods in java.util.jar that throw IOException | |
---|---|
Attributes |
JarEntry.getAttributes()
|
InputStream |
JarFile.getInputStream(ZipEntry var0)
|
Manifest |
JarFile.getManifest()
|
ZipEntry |
JarInputStream.getNextEntry()
|
JarEntry |
JarInputStream.getNextJarEntry()
|
void |
JarOutputStream.putNextEntry(ZipEntry var0)
|
int |
JarInputStream.read(byte[] var0,
int var1,
int var2)
|
void |
Manifest.read(InputStream var0)
|
void |
Manifest.write(OutputStream var0)
|
Constructors in java.util.jar that throw IOException | |
---|---|
JarFile(File var0)
|
|
JarFile(File var0,
boolean var1)
|
|
JarFile(File var0,
boolean var1,
int var2)
|
|
JarFile(String var0)
|
|
JarFile(String var0,
boolean var1)
|
|
JarInputStream(InputStream var0)
|
|
JarInputStream(InputStream var0,
boolean var1)
|
|
JarOutputStream(OutputStream var0)
|
|
JarOutputStream(OutputStream var0,
Manifest var1)
|
|
Manifest(InputStream var0)
|
Uses of IOException in java.util.zip |
---|
Subclasses of IOException in java.util.zip | |
---|---|
class |
ZipException
|
Methods in java.util.zip that throw IOException | |
---|---|
int |
ZipInputStream.available()
|
int |
InflaterInputStream.available()
|
void |
ZipOutputStream.close()
|
void |
ZipInputStream.close()
|
void |
ZipFile.close()
|
void |
InflaterInputStream.close()
|
void |
GZIPOutputStream.close()
|
void |
GZIPInputStream.close()
|
void |
DeflaterOutputStream.close()
|
void |
ZipOutputStream.closeEntry()
|
void |
ZipInputStream.closeEntry()
|
protected void |
DeflaterOutputStream.deflate()
|
protected void |
InflaterInputStream.fill()
|
protected void |
ZipFile.finalize()
|
void |
ZipOutputStream.finish()
|
void |
GZIPOutputStream.finish()
|
void |
DeflaterOutputStream.finish()
|
InputStream |
ZipFile.getInputStream(ZipEntry var0)
|
ZipEntry |
ZipInputStream.getNextEntry()
|
void |
ZipOutputStream.putNextEntry(ZipEntry var0)
|
int |
InflaterInputStream.read()
|
int |
CheckedInputStream.read()
|
int |
ZipInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
InflaterInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
GZIPInputStream.read(byte[] var0,
int var1,
int var2)
|
int |
CheckedInputStream.read(byte[] var0,
int var1,
int var2)
|
long |
ZipInputStream.skip(long var0)
|
long |
InflaterInputStream.skip(long var0)
|
long |
CheckedInputStream.skip(long var0)
|
void |
ZipOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
GZIPOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
DeflaterOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
CheckedOutputStream.write(byte[] var0,
int var1,
int var2)
|
void |
DeflaterOutputStream.write(int var0)
|
void |
CheckedOutputStream.write(int var0)
|
Constructors in java.util.zip that throw IOException | |
---|---|
GZIPInputStream(InputStream var0)
|
|
GZIPInputStream(InputStream var0,
int var1)
|
|
GZIPOutputStream(OutputStream var0)
|
|
GZIPOutputStream(OutputStream var0,
int var1)
|
|
ZipFile(File var0)
|
|
ZipFile(File var0,
int var1)
|
|
ZipFile(String var0)
|
Uses of IOException in javax.microedition.io |
---|
Subclasses of IOException in javax.microedition.io | |
---|---|
class |
ConnectionNotFoundException
|
Methods in javax.microedition.io that throw IOException | |
---|---|
StreamConnection |
StreamConnectionNotifier.acceptAndOpen()
|
void |
Connection.close()
|
long |
HttpConnection.getDate()
|
long |
HttpConnection.getExpiration()
|
String |
HttpConnection.getHeaderField(int var0)
|
String |
HttpConnection.getHeaderField(String var0)
|
long |
HttpConnection.getHeaderFieldDate(String var0,
long var1)
|
int |
HttpConnection.getHeaderFieldInt(String var0,
int var1)
|
String |
HttpConnection.getHeaderFieldKey(int var0)
|
long |
HttpConnection.getLastModified()
|
int |
DatagramConnection.getMaximumLength()
|
int |
DatagramConnection.getNominalLength()
|
int |
HttpConnection.getResponseCode()
|
String |
HttpConnection.getResponseMessage()
|
Datagram |
DatagramConnection.newDatagram(byte[] var0,
int var1)
|
Datagram |
DatagramConnection.newDatagram(byte[] var0,
int var1,
String var2)
|
Datagram |
DatagramConnection.newDatagram(int var0)
|
Datagram |
DatagramConnection.newDatagram(int var0,
String var1)
|
static Connection |
Connector.open(String var0)
|
static Connection |
Connector.open(String var0,
int var1)
|
static Connection |
Connector.open(String var0,
int var1,
boolean var2)
|
DataInputStream |
InputConnection.openDataInputStream()
|
static DataInputStream |
Connector.openDataInputStream(String var0)
|
DataOutputStream |
OutputConnection.openDataOutputStream()
|
static DataOutputStream |
Connector.openDataOutputStream(String var0)
|
InputStream |
InputConnection.openInputStream()
|
static InputStream |
Connector.openInputStream(String var0)
|
OutputStream |
OutputConnection.openOutputStream()
|
static OutputStream |
Connector.openOutputStream(String var0)
|
void |
DatagramConnection.receive(Datagram var0)
|
void |
DatagramConnection.send(Datagram var0)
|
void |
Datagram.setAddress(String var0)
|
void |
HttpConnection.setRequestMethod(String var0)
|
void |
HttpConnection.setRequestProperty(String var0,
String var1)
|
Uses of IOException in javax.servlet |
---|
Methods in javax.servlet that throw IOException | |
---|---|
void |
RequestDispatcher.forward(ServletRequest request,
ServletResponse response)
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server. |
ServletInputStream |
ServletRequest.getInputStream()
Retrieves the body of the request as binary data using a ServletInputStream . |
ServletOutputStream |
ServletResponse.getOutputStream()
Returns a ServletOutputStream suitable for writing binary
data in the response. |
BufferedReader |
ServletRequest.getReader()
Retrieves the body of the request as character data using a BufferedReader . |
PrintWriter |
ServletResponse.getWriter()
Returns a PrintWriter object that
can send character text to the client. |
void |
RequestDispatcher.include(ServletRequest request,
ServletResponse response)
Includes the content of a resource (servlet, JSP page, HTML file) in the response. |
void |
ServletOutputStream.print(boolean b)
Writes a boolean value to the client,
with no carriage return-line feed (CRLF)
character at the end. |
void |
ServletOutputStream.print(char c)
Writes a character to the client, with no carriage return-line feed (CRLF) at the end. |
void |
ServletOutputStream.print(double d)
Writes a double value to the client,
with no carriage return-line feed (CRLF) at the end. |
void |
ServletOutputStream.print(float f)
Writes a float value to the client,
with no carriage return-line feed (CRLF) at the end. |
void |
ServletOutputStream.print(int i)
Writes an int to the client, with no carriage return-line feed (CRLF) at the end. |
void |
ServletOutputStream.print(long l)
Writes a long value to the client,
with no carriage return-line feed (CRLF) at the end. |
void |
ServletOutputStream.print(String s)
Writes a String to the client,
without a carriage return-line feed (CRLF)
character at the end. |
void |
ServletOutputStream.println()
Writes a carriage return-line feed (CRLF) to the client. |
void |
ServletOutputStream.println(boolean b)
Writes a boolean value to the client,
followed by a
carriage return-line feed (CRLF). |
void |
ServletOutputStream.println(char c)
Writes a character to the client, followed by a carriage return-line feed (CRLF). |
void |
ServletOutputStream.println(double d)
Writes a double value to the client,
followed by a carriage return-line feed (CRLF). |
void |
ServletOutputStream.println(float f)
Writes a float value to the client,
followed by a carriage return-line feed (CRLF). |
void |
ServletOutputStream.println(int i)
Writes an int to the client, followed by a carriage return-line feed (CRLF) character. |
void |
ServletOutputStream.println(long l)
Writes a long value to the client, followed by a
carriage return-line feed (CRLF). |
void |
ServletOutputStream.println(String s)
Writes a String to the client,
followed by a carriage return-line feed (CRLF). |
int |
ServletInputStream.readLine(byte[] b,
int off,
int len)
Reads the input stream, one line at a time. |
abstract void |
GenericServlet.service(ServletRequest req,
ServletResponse res)
Called by the servlet container to allow the servlet to respond to a request. |
void |
Servlet.service(ServletRequest req,
ServletResponse res)
Called by the servlet container to allow the servlet to respond to a request. |
Uses of IOException in javax.servlet.http |
---|
Methods in javax.servlet.http that throw IOException | |
---|---|
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method)
to allow a servlet to handle a DELETE request. |
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method) to
allow a servlet to handle a GET request. |
protected void |
HttpServlet.doHead(HttpServletRequest req,
HttpServletResponse resp)
Receives an HTTP HEAD request from the protected service method and handles the
request. |
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method)
to allow a servlet to handle a OPTIONS request. |
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method)
to allow a servlet to handle a POST request. |
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method)
to allow a servlet to handle a PUT request. |
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the service method)
to allow a servlet to handle a TRACE request. |
void |
HttpServletResponse.sendError(int sc)
Sends an error response to the client using the specified status code and clearing the buffer. |
void |
HttpServletResponse.sendError(int sc,
String msg)
Sends an error response to the client using the specified status clearing the buffer. |
void |
HttpServletResponse.sendRedirect(String location)
Sends a temporary redirect response to the client using the specified redirect location URL. |
protected void |
HttpServlet.service(HttpServletRequest req,
HttpServletResponse resp)
Receives standard HTTP requests from the public service method and dispatches
them to the do XXX methods defined in
this class. |
void |
HttpServlet.service(ServletRequest req,
ServletResponse res)
Dispatches client requests to the protected service method. |
Uses of IOException in org.apache.felix.cm |
---|
Methods in org.apache.felix.cm that throw IOException | |
---|---|
void |
PersistenceManager.delete(String pid)
Removes the Dictionary for the given pid . |
Enumeration |
PersistenceManager.getDictionaries()
Returns an enumeration of all Dictionary objects known to
this persistence manager. |
Dictionary |
PersistenceManager.load(String pid)
Returns the Dictionary for the given pid . |
void |
PersistenceManager.store(String pid,
Dictionary properties)
Stores the Dictionary under the given pid . |
Uses of IOException in org.apache.felix.cm.file |
---|
Methods in org.apache.felix.cm.file that throw IOException | |
---|---|
Dictionary |
FilePersistenceManager.load(String pid)
Reads the (configuration) for the given identifier into a Dictionary object. |
static Dictionary |
ConfigurationHandler.read(InputStream ins)
Reads configuration data from the given InputStream and
returns a new Dictionary object containing the data. |
void |
FilePersistenceManager.store(String pid,
Dictionary props)
Stores the contents of the Dictionary in a file denoted
by the given identifier. |
static void |
ConfigurationHandler.write(OutputStream out,
Dictionary properties)
Writes the configuration data from the Dictionary to the
given OutputStream . |
Uses of IOException in org.apache.felix.cm.impl |
---|
Methods in org.apache.felix.cm.impl that throw IOException | |
---|---|
Configuration |
ConfigurationAdminImpl.createFactoryConfiguration(String factoryPid)
|
Configuration |
ConfigurationAdminImpl.createFactoryConfiguration(String factoryPid,
String location)
|
void |
ConfigurationAdapter.delete()
|
Configuration |
ConfigurationAdminImpl.getConfiguration(String pid)
|
Configuration |
ConfigurationAdminImpl.getConfiguration(String pid,
String location)
|
Configuration[] |
ConfigurationAdminImpl.listConfigurations(String filter)
|
void |
ConfigurationAdapter.update()
|
void |
ConfigurationAdapter.update(Dictionary properties)
|
Uses of IOException in org.apache.felix.deployment.rp.autoconf |
---|
Methods in org.apache.felix.deployment.rp.autoconf that throw IOException | |
---|---|
void |
PersistencyManager.delete(String name)
Deletes a resource. |
InputStream |
ObjectClassDefinitionImpl.getIcon(int size)
|
List |
PersistencyManager.load(String name)
Loads a stored resource. |
Map |
PersistencyManager.loadAll()
Loads all stored resources. |
void |
AutoConfResourceProcessor.start()
|
void |
PersistencyManager.store(String name,
List configs)
Stores a resource. |
Uses of IOException in org.apache.felix.deploymentadmin |
---|
Methods in org.apache.felix.deploymentadmin that throw IOException | |
---|---|
int |
NonCloseableStream.available()
|
void |
NonCloseableStream.close()
|
void |
OutputtingInputStream.close()
|
abstract InputStream |
AbstractDeploymentPackage.getBundleStream(String symbolicName)
Determines the data stream of a bundle resource based on the bundle symbolic name |
abstract AbstractInfo |
AbstractDeploymentPackage.getNextEntry()
Determines the next resource entry in this deployment package based on the order in which the resources appeared when the package was originally received. |
int |
NonCloseableStream.read()
|
int |
OutputtingInputStream.read()
|
int |
NonCloseableStream.read(byte[] b)
|
int |
OutputtingInputStream.read(byte[] buffer)
|
int |
NonCloseableStream.read(byte[] b,
int off,
int len)
|
int |
OutputtingInputStream.read(byte[] buffer,
int off,
int len)
|
void |
NonCloseableStream.reset()
|
long |
NonCloseableStream.skip(long n)
|
Uses of IOException in org.apache.felix.dm.impl.metatype |
---|
Methods in org.apache.felix.dm.impl.metatype that throw IOException | |
---|---|
InputStream |
ObjectClassDefinitionImpl.getIcon(int size)
|
Uses of IOException in org.apache.felix.fileinstall.internal |
---|
Methods in org.apache.felix.fileinstall.internal that throw IOException | |
---|---|
void |
JarDirUrlHandler.Connection.connect()
|
InputStream |
JarDirUrlHandler.Connection.getInputStream()
|
static void |
Util.jarDir(File directory,
File zipName)
Jar up a directory |
static void |
Util.jarDir(File directory,
OutputStream os)
|
URLConnection |
JarDirUrlHandler.openConnection(URL url)
Open the connection for the given URL. |
static void |
Util.zipDir(File directory,
ZipOutputStream zos,
String path,
Set exclusions)
Zip up a directory path |
Uses of IOException in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that throw IOException | |
---|---|
InputStream |
ModuleImpl.getInputStream(int index,
String urlPath)
|
protected URLConnection |
URLHandlersStreamHandlerProxy.openConnection(URL url)
|
protected URLConnection |
URLHandlersStreamHandlerProxy.openConnection(URL url,
Proxy proxy)
|
Uses of IOException in org.apache.felix.framework.cache |
---|
Methods in org.apache.felix.framework.cache that throw IOException | |
---|---|
InputStream |
JarContent.getEntryAsStream(String name)
|
InputStream |
DirectoryContent.getEntryAsStream(String name)
|
InputStream |
ContentDirectoryContent.getEntryAsStream(String name)
|
Uses of IOException in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that throw IOException | |
---|---|
InputStream |
Content.getEntryAsStream(String name)
This method returns the named entry as an input stream. |
InputStream |
Module.getInputStream(int index,
String urlPath)
|
boolean |
Module.hasInputStream(int index,
String urlPath)
|
Uses of IOException in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that throw IOException | |
---|---|
static String |
Util.base64Encode(String s)
|
File |
SecureAction.createTempFile(String prefix,
String suffix,
File dir)
|
static String |
Util.encode(byte[] in,
int len)
Encode a raw byte array to a Base64 String. |
static void |
Util.encode(InputStream in,
OutputStream out,
int len)
|
Process |
SecureAction.exec(String command)
|
FileInputStream |
SecureAction.getFileInputStream(File file)
|
FileOutputStream |
SecureAction.getFileOutputStream(File file)
|
InputStream |
SecureAction.getURLConnectionInputStream(URLConnection conn)
|
URLConnection |
SecureAction.openURLConnection(URL url)
|
ZipFileX |
SecureAction.openZipFile(File file)
|
Constructors in org.apache.felix.framework.util that throw IOException | |
---|---|
ZipFileX(File file)
|
|
ZipFileX(File file,
int mode)
|
|
ZipFileX(String name)
|
Uses of IOException in org.apache.felix.gogo.command |
---|
Methods in org.apache.felix.gogo.command that throw IOException | |
---|---|
static String |
Base64Encoder.base64Encode(String s)
|
File |
Files.cd(CommandSession session,
String dir)
|
static void |
Util.copy(InputStream is,
File dir,
String destName,
String destDir,
byte[] buffer)
|
void |
OBR.deploy(boolean start,
String[] args)
|
static String |
Base64Encoder.encode(byte[] in,
int len)
Encode a raw byte array to a Base64 String. |
static void |
Base64Encoder.encode(InputStream in,
OutputStream out,
int len)
|
void |
OBR.info(String[] args)
|
void |
OBR.javadoc(boolean extract,
File localDir,
String[] args)
|
void |
OBR.list(boolean verbose,
String[] args)
|
File[] |
Files.ls(CommandSession session)
|
File[] |
Files.ls(CommandSession session,
String pattern)
|
static InputStream |
Util.openURL(URL url)
|
static InputStream |
Util.openURL(URLConnection conn)
|
void |
OBR.repos(String action,
String[] args)
|
static void |
Util.setProxyAuth(URLConnection conn)
|
void |
OBR.source(boolean extract,
File localDir,
String[] args)
|
static void |
Util.unjar(JarInputStream jis,
File dir)
|
Uses of IOException in org.apache.felix.gogo.runtime |
---|
Methods in org.apache.felix.gogo.runtime that throw IOException | |
---|---|
Pipe |
Pipe.connect(Pipe next)
|
Uses of IOException in org.apache.felix.gogo.runtime.threadio |
---|
Methods in org.apache.felix.gogo.runtime.threadio that throw IOException | |
---|---|
int |
ThreadInputStream.available()
|
void |
ThreadInputStream.close()
|
int |
ThreadInputStream.read()
|
int |
ThreadInputStream.read(byte[] b)
|
int |
ThreadInputStream.read(byte[] b,
int off,
int len)
|
void |
ThreadInputStream.reset()
|
long |
ThreadInputStream.skip(long n)
|
void |
ThreadPrintStream.write(byte[] b)
|
Uses of IOException in org.apache.felix.gogo.shell |
---|
Methods in org.apache.felix.gogo.shell that throw IOException | |
---|---|
static void |
Posix.copy(InputStream in,
OutputStream out)
|
static void |
Posix.copy(URI source,
OutputStream out)
|
CharSequence |
Converters.format(Object target,
int level,
Converter converter)
|
boolean |
Posix.grep(CommandSession session,
String[] argv)
|
Object |
Builtin.tac(CommandSession session,
String[] argv)
|
void |
Telnet.telnetd(String[] argv)
|
Uses of IOException in org.apache.felix.http.base.internal |
---|
Methods in org.apache.felix.http.base.internal that throw IOException | |
---|---|
protected void |
DispatcherServlet.service(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.base.internal.context |
---|
Methods in org.apache.felix.http.base.internal.context that throw IOException | |
---|---|
boolean |
ExtServletContext.handleSecurity(HttpServletRequest req,
HttpServletResponse res)
|
boolean |
ServletContextImpl.handleSecurity(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.base.internal.dispatch |
---|
Methods in org.apache.felix.http.base.internal.dispatch that throw IOException | |
---|---|
void |
Dispatcher.dispatch(HttpServletRequest req,
HttpServletResponse res)
|
void |
FilterPipeline.dispatch(HttpServletRequest req,
HttpServletResponse res,
javax.servlet.FilterChain proceedingChain)
|
protected void |
NotFoundFilterChain.doFilter(HttpServletRequest req,
HttpServletResponse res)
|
protected abstract void |
HttpFilterChain.doFilter(HttpServletRequest req,
HttpServletResponse res)
|
protected void |
InvocationFilterChain.doFilter(HttpServletRequest req,
HttpServletResponse res)
|
void |
HttpFilterChain.doFilter(ServletRequest req,
ServletResponse res)
|
boolean |
ServletPipeline.handle(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.base.internal.handler |
---|
Methods in org.apache.felix.http.base.internal.handler that throw IOException | |
---|---|
boolean |
ServletHandler.handle(HttpServletRequest req,
HttpServletResponse res)
|
void |
FilterHandler.handle(HttpServletRequest req,
HttpServletResponse res,
javax.servlet.FilterChain chain)
|
Uses of IOException in org.apache.felix.http.base.internal.service |
---|
Methods in org.apache.felix.http.base.internal.service that throw IOException | |
---|---|
protected void |
ResourceServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.proxy |
---|
Methods in org.apache.felix.http.proxy that throw IOException | |
---|---|
protected void |
ProxyServlet.service(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.samples.filter |
---|
Methods in org.apache.felix.http.samples.filter that throw IOException | |
---|---|
void |
TestFilter.doFilter(ServletRequest req,
ServletResponse res,
javax.servlet.FilterChain chain)
|
protected void |
TestServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.http.samples.whiteboard |
---|
Methods in org.apache.felix.http.samples.whiteboard that throw IOException | |
---|---|
void |
TestFilter.doFilter(ServletRequest req,
ServletResponse res,
javax.servlet.FilterChain chain)
|
protected void |
TestServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.apache.felix.ipojo.manipulation |
---|
Methods in org.apache.felix.ipojo.manipulation that throw IOException | |
---|---|
byte[] |
InnerClassManipulator.manipulate(byte[] in)
Manipulate the inner class. |
byte[] |
Manipulator.manipulate(byte[] origin)
Manipulate the given byte array. |
Uses of IOException in org.apache.felix.ipojo.manipulator |
---|
Methods in org.apache.felix.ipojo.manipulator that throw IOException | |
---|---|
protected byte[] |
Pojoization.getBytecode(String classname)
Gets a byte array that contains the bytecode of the given classname. |
protected InputStream |
Pojoization.getInputStream(String classname)
Gets an input stream on the given class. |
protected InputStream |
Pojoization.getManifestInputStream()
Retrieves an InputStream to read the Manifest. |
protected void |
Pojoization.setBytecode(File classFile,
byte[] rawClass)
Writes the .class raw data to the storage support |
protected void |
Pojoization.writeManifest(Manifest mf)
Retrieves an OutputStream to write in the Manifest. |
Uses of IOException in org.apache.felix.ipojo.online.manipulator |
---|
Methods in org.apache.felix.ipojo.online.manipulator that throw IOException | |
---|---|
URLConnection |
IPOJOURLHandler.openConnection(URL url)
Opens a connection using the ipojo url handler. |
Uses of IOException in org.apache.felix.ipojo.webconsole |
---|
Methods in org.apache.felix.ipojo.webconsole that throw IOException | |
---|---|
protected void |
IPOJOPlugin.doGet(HttpServletRequest request,
HttpServletResponse response)
Endpoint dealing with JSON requests. |
protected void |
IPOJOPlugin.renderContent(HttpServletRequest request,
HttpServletResponse response)
This methods is called by the web console when the plugin is required. |
Uses of IOException in org.apache.felix.ipojo.xml.parser |
---|
Methods in org.apache.felix.ipojo.xml.parser that throw IOException | |
---|---|
InputSource |
SchemaResolver.resolveEntity(String publicId,
String systemId)
Resolves systemIds to use embedded schemas. |
Uses of IOException in org.apache.felix.jmood |
---|
Methods in org.apache.felix.jmood that throw IOException | |
---|---|
void |
RMIHandler.start()
|
Uses of IOException in org.apache.felix.jmood.compendium |
---|
Methods in org.apache.felix.jmood.compendium that throw IOException | |
---|---|
void |
ConfigurationDelegate.update()
|
void |
ConfigurationDelegate.update(Hashtable properties)
|
Uses of IOException in org.apache.felix.jmood.core |
---|
Methods in org.apache.felix.jmood.core that throw IOException | |
---|---|
void |
CoreController.batchUpdateBundleFromUrl(String[] bundleSymbolicNames,
String[] urls)
|
void |
CoreControllerMBean.batchUpdateBundleFromUrl(String[] bundleSymbolicNames,
String[] urls)
|
void |
CoreController.updateBundleFromUrl(String bundleSymbolicName,
String url)
|
void |
CoreControllerMBean.updateBundleFromUrl(String bundleSymbolicName,
String url)
|
void |
ManagedBundleMBean.updateFromUrl(String url)
|
void |
ManagedBundle.updateFromUrl(String url)
|
Uses of IOException in org.apache.felix.metatype |
---|
Methods in org.apache.felix.metatype that throw IOException | |
---|---|
MetaData |
MetaDataReader.parse(InputStream ins)
Parses the XML document in the given input stream. |
MetaData |
MetaDataReader.parse(URL url)
Parses the XML document provided by the url . |
Uses of IOException in org.apache.felix.metatype.internal |
---|
Methods in org.apache.felix.metatype.internal that throw IOException | |
---|---|
InputStream |
LocalizedObjectClassDefinition.getIcon(int size)
|
Uses of IOException in org.apache.felix.mosgi.jmx.agent.mx4j.loading |
---|
Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading that throw IOException | |
---|---|
protected Class |
ClassLoaderObjectInputStream.resolveClass(ObjectStreamClass osc)
|
protected Class |
ClassLoaderObjectInputStream.resolveProxyClass(String[] interfaces)
|
Constructors in org.apache.felix.mosgi.jmx.agent.mx4j.loading that throw IOException | |
---|---|
ClassLoaderObjectInputStream(InputStream stream,
ClassLoader classLoader)
Creates a new ClassLoaderObjectInputStream |
Uses of IOException in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor |
---|
Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor that throw IOException | |
---|---|
ServerSocket |
AdaptorServerSocketFactory.createServerSocket(int port,
int backlog,
String host)
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host. |
ServerSocket |
PlainAdaptorServerSocketFactory.createServerSocket(int port,
int backlog,
String host)
|
Uses of IOException in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http |
---|
Subclasses of IOException in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http | |
---|---|
class |
HttpException
HttpException is emitted when an error parsing an HTTP request appears |
Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that throw IOException | |
---|---|
Document |
CreateMBeanCommandProcessor.executeRequest(HttpInputStream in)
|
abstract Document |
HttpCommandProcessorAdaptor.executeRequest(HttpInputStream in)
|
Document |
HttpCommandProcessor.executeRequest(HttpInputStream in)
Executes an HTTP request. |
Document |
SetAttributesCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
ServerCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
MBeanCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
EmptyCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
InvokeOperationCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
ConstructorsCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
DeleteMBeanCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
GetAttributeCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
ServerByDomainCommandProcessor.executeRequest(HttpInputStream in)
|
Document |
SetAttributeCommandProcessor.executeRequest(HttpInputStream in)
|
protected void |
HttpAdaptor.findUnknownElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
String |
DefaultProcessor.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
String |
ProcessorMBean.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
Let the processor load internally a not found element. |
String |
XSLTProcessor.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
protected void |
HttpAdaptor.postProcess(HttpOutputStream out,
HttpInputStream in,
Document document)
|
protected void |
HttpAdaptor.postProcess(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
protected String |
HttpAdaptor.preProcess(String path)
|
protected void |
XSLTProcessor.processHttpException(HttpInputStream in,
HttpOutputStream out,
HttpException e)
|
protected void |
HttpInputStream.readHeaders()
Reads the headers |
String |
HttpInputStream.readLine()
Reads an HTTP line |
void |
HttpInputStream.readRequest()
Reads the request parsing the headers |
void |
HttpAdaptor.restart()
Deprecated. as of RC 1 |
boolean |
HttpOutputStream.sendHeaders()
Sends the headers |
void |
HttpAdaptor.start()
Starts the server |
void |
HttpAdaptorMBean.start()
Starts the server |
void |
HttpOutputStream.write(InputStream in)
Writes the content of the input stream to the output stream |
void |
HttpOutputStream.write(String msg)
Writes a given message line |
void |
DefaultProcessor.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
void |
ProcessorMBean.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
The method will process the result exception and produce output. |
void |
XSLTProcessor.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
void |
DefaultProcessor.writeResponse(HttpOutputStream out,
HttpInputStream in,
Document document)
|
void |
ProcessorMBean.writeResponse(HttpOutputStream out,
HttpInputStream in,
Document document)
The method will process the result string and produce an output. |
void |
XSLTProcessor.writeResponse(HttpOutputStream out,
HttpInputStream in,
Document document)
|
Uses of IOException in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that throw IOException | |
---|---|
abstract Object |
ConnectionResolver.bindClient(Object client,
Map environment)
Connects the client returned by ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL, java.util.Map) to the server side |
abstract javax.management.remote.JMXServiceURL |
ConnectionResolver.bindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
Binds the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map) to a place specified in the JMXServiceURL. |
abstract Object |
ConnectionResolver.createServer(javax.management.remote.JMXServiceURL url,
Map environment)
Creates an instance of the server as specified in the given JMXServiceURL. |
javax.management.remote.NotificationResult |
RemoteNotificationClientHandler.NotificationHandler.fetchNotifications(long sequenceNumber,
int maxNumber,
long timeout)
|
abstract Object |
ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL url,
Map environment)
Looks up a connection to the server side as specified in the given JMXServiceURL. |
static javax.management.remote.JMXConnectorProvider |
ProviderFactory.newJMXConnectorProvider(javax.management.remote.JMXServiceURL url,
Map env)
|
static javax.management.remote.JMXConnectorServerProvider |
ProviderFactory.newJMXConnectorServerProvider(javax.management.remote.JMXServiceURL url,
Map env)
|
protected abstract void |
AbstractHeartBeat.pulse()
|
void |
HeartBeat.start()
|
void |
AbstractHeartBeat.start()
|
void |
HeartBeat.stop()
|
void |
AbstractHeartBeat.stop()
|
abstract void |
ConnectionResolver.unbindServer(Object server,
javax.management.remote.JMXServiceURL address,
Map environment)
Unbinds the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map) from the place specified in the JMXServiceURL. |
Uses of IOException in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.provider |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.provider that throw IOException | |
---|---|
javax.management.remote.JMXConnector |
RMIClientProvider.newJMXConnector(javax.management.remote.JMXServiceURL url,
Map environment)
|
javax.management.remote.JMXConnectorServer |
RMIServerProvider.newJMXConnectorServer(javax.management.remote.JMXServiceURL url,
Map environment,
javax.management.MBeanServer server)
|
Uses of IOException in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.resolver.rmi |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.resolver.rmi that throw IOException | |
---|---|
Object |
RMIResolver.bindClient(Object client,
Map environment)
|
javax.management.remote.JMXServiceURL |
RMIResolver.bindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServerImpl |
RMIResolver.createRMIServer(javax.management.remote.JMXServiceURL url,
Map environment)
|
Object |
RMIResolver.createServer(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServer |
RMIResolver.decodeStub(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected void |
RMIResolver.destroyServer(Object server,
Map environment)
|
protected String |
RMIResolver.encodeStub(javax.management.remote.rmi.RMIServerImpl rmiServer,
Map environment)
|
Object |
RMIResolver.lookupClient(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServer |
RMIResolver.lookupRMIServerStub(javax.management.remote.JMXServiceURL url,
Map environment)
|
void |
RMIResolver.unbindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
|
Uses of IOException in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi that throw IOException | |
---|---|
void |
ClientInvoker.addNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
|
void |
RMIConnectionInvoker.addNotificationListener(javax.management.ObjectName name,
javax.management.ObjectName listener,
MarshalledObject filter,
MarshalledObject handback,
Subject delegate)
|
void |
ClientInvoker.addNotificationListener(javax.management.ObjectName observed,
javax.management.ObjectName listener,
javax.management.NotificationFilter filter,
Object handback)
|
Integer[] |
RMIConnectionInvoker.addNotificationListeners(javax.management.ObjectName[] names,
MarshalledObject[] filters,
Subject[] delegates)
|
void |
RMIConnectionInvoker.close()
|
javax.management.ObjectInstance |
ClientInvoker.createMBean(String className,
javax.management.ObjectName objectName)
|
javax.management.ObjectInstance |
RMIConnectionInvoker.createMBean(String className,
javax.management.ObjectName name,
MarshalledObject params,
String[] signature,
Subject delegate)
|
javax.management.ObjectInstance |
ClientInvoker.createMBean(String className,
javax.management.ObjectName objectName,
Object[] args,
String[] parameters)
|
javax.management.ObjectInstance |
ClientInvoker.createMBean(String className,
javax.management.ObjectName objectName,
javax.management.ObjectName loaderName)
|
javax.management.ObjectInstance |
RMIConnectionInvoker.createMBean(String className,
javax.management.ObjectName name,
javax.management.ObjectName loaderName,
MarshalledObject params,
String[] signature,
Subject delegate)
|
javax.management.ObjectInstance |
ClientInvoker.createMBean(String className,
javax.management.ObjectName objectName,
javax.management.ObjectName loaderName,
Object[] args,
String[] parameters)
|
javax.management.ObjectInstance |
RMIConnectionInvoker.createMBean(String className,
javax.management.ObjectName name,
javax.management.ObjectName loaderName,
Subject delegate)
|
javax.management.ObjectInstance |
RMIConnectionInvoker.createMBean(String className,
javax.management.ObjectName name,
Subject delegate)
|
javax.management.remote.NotificationResult |
RMIConnectionInvoker.fetchNotifications(long clientSequenceNumber,
int maxNotifications,
long timeout)
|
Object |
ClientInvoker.getAttribute(javax.management.ObjectName objectName,
String attribute)
|
Object |
RMIConnectionInvoker.getAttribute(javax.management.ObjectName name,
String attribute,
Subject delegate)
|
javax.management.AttributeList |
ClientInvoker.getAttributes(javax.management.ObjectName objectName,
String[] attributes)
|
javax.management.AttributeList |
RMIConnectionInvoker.getAttributes(javax.management.ObjectName name,
String[] attributes,
Subject delegate)
|
String |
RMIConnectionInvoker.getConnectionId()
|
String |
ClientInvoker.getDefaultDomain()
|
String |
RMIConnectionInvoker.getDefaultDomain(Subject delegate)
|
String[] |
ClientInvoker.getDomains()
|
String[] |
RMIConnectionInvoker.getDomains(Subject delegate)
|
Integer |
ClientInvoker.getMBeanCount()
|
Integer |
RMIConnectionInvoker.getMBeanCount(Subject delegate)
|
javax.management.MBeanInfo |
ClientInvoker.getMBeanInfo(javax.management.ObjectName objectName)
|
javax.management.MBeanInfo |
RMIConnectionInvoker.getMBeanInfo(javax.management.ObjectName name,
Subject delegate)
|
javax.management.ObjectInstance |
ClientInvoker.getObjectInstance(javax.management.ObjectName objectName)
|
javax.management.ObjectInstance |
RMIConnectionInvoker.getObjectInstance(javax.management.ObjectName name,
Subject delegate)
|
Object |
RMIConnectionInvoker.invoke(javax.management.ObjectName name,
String operationName,
MarshalledObject params,
String[] signature,
Subject delegate)
|
Object |
ClientInvoker.invoke(javax.management.ObjectName objectName,
String methodName,
Object[] args,
String[] parameters)
|
boolean |
ClientInvoker.isInstanceOf(javax.management.ObjectName objectName,
String className)
|
boolean |
RMIConnectionInvoker.isInstanceOf(javax.management.ObjectName name,
String className,
Subject delegate)
|
boolean |
ClientInvoker.isRegistered(javax.management.ObjectName objectName)
|
boolean |
RMIConnectionInvoker.isRegistered(javax.management.ObjectName name,
Subject delegate)
|
protected void |
RMIHeartBeat.pulse()
|
Set |
RMIConnectionInvoker.queryMBeans(javax.management.ObjectName name,
MarshalledObject query,
Subject delegate)
|
Set |
ClientInvoker.queryMBeans(javax.management.ObjectName patternName,
javax.management.QueryExp filter)
|
Set |
RMIConnectionInvoker.queryNames(javax.management.ObjectName name,
MarshalledObject query,
Subject delegate)
|
Set |
ClientInvoker.queryNames(javax.management.ObjectName patternName,
javax.management.QueryExp filter)
|
void |
ClientInvoker.removeNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener)
|
void |
ClientInvoker.removeNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
|
void |
ClientInvoker.removeNotificationListener(javax.management.ObjectName observed,
javax.management.ObjectName listener)
|
void |
RMIConnectionInvoker.removeNotificationListener(javax.management.ObjectName name,
javax.management.ObjectName listener,
MarshalledObject filter,
MarshalledObject handback,
Subject delegate)
|
void |
ClientInvoker.removeNotificationListener(javax.management.ObjectName observed,
javax.management.ObjectName listener,
javax.management.NotificationFilter filter,
Object handback)
|
void |
RMIConnectionInvoker.removeNotificationListener(javax.management.ObjectName name,
javax.management.ObjectName listener,
Subject delegate)
|
void |
RMIConnectionInvoker.removeNotificationListeners(javax.management.ObjectName name,
Integer[] listenerIDs,
Subject delegate)
|
void |
ClientInvoker.setAttribute(javax.management.ObjectName objectName,
javax.management.Attribute attribute)
|
void |
RMIConnectionInvoker.setAttribute(javax.management.ObjectName name,
MarshalledObject attribute,
Subject delegate)
|
javax.management.AttributeList |
ClientInvoker.setAttributes(javax.management.ObjectName objectName,
javax.management.AttributeList attributes)
|
javax.management.AttributeList |
RMIConnectionInvoker.setAttributes(javax.management.ObjectName name,
MarshalledObject attributes,
Subject delegate)
|
void |
ClientInvoker.unregisterMBean(javax.management.ObjectName objectName)
|
void |
RMIConnectionInvoker.unregisterMBean(javax.management.ObjectName name,
Subject delegate)
|
Uses of IOException in org.apache.felix.prefs.impl |
---|
Methods in org.apache.felix.prefs.impl that throw IOException | |
---|---|
protected OutputStream |
DataFileBackingStoreImpl.getOutputStream(PreferencesDescription desc)
|
protected abstract OutputStream |
StreamBackingStoreImpl.getOutputStream(PreferencesDescription desc)
Get the output stream to write the preferences. |
protected void |
StreamBackingStoreImpl.read(PreferencesImpl prefs,
InputStream is)
Read the preferences recursively from the input stream. |
protected void |
StreamBackingStoreImpl.readPreferences(PreferencesImpl prefs,
InputStream in)
Load this preferences from an input stream. |
protected void |
StreamBackingStoreImpl.write(PreferencesImpl prefs,
OutputStream os)
Write the preferences recursively to the output stream. |
protected void |
StreamBackingStoreImpl.writePreferences(PreferencesImpl prefs,
OutputStream out)
Save this preferences to an output stream. |
Uses of IOException in org.apache.felix.servicebinder.parser |
---|
Methods in org.apache.felix.servicebinder.parser that throw IOException | |
---|---|
void |
KxmlParser.parseXML(XmlHandler handler)
Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler |
Uses of IOException in org.apache.felix.upnp.basedriver.importer.core.upnp |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core.upnp that throw IOException | |
---|---|
InputStream |
UPnPIconImpl.getInputStream()
|
Uses of IOException in org.apache.felix.upnp.basedriver.importer.util |
---|
Methods in org.apache.felix.upnp.basedriver.importer.util that throw IOException | |
---|---|
InputStream |
HTTPRequestForIcon.getInputStream()
|
Uses of IOException in org.apache.felix.upnp.sample.binaryLight.icons |
---|
Methods in org.apache.felix.upnp.sample.binaryLight.icons that throw IOException | |
---|---|
InputStream |
LightIcon.getInputStream()
|
Uses of IOException in org.apache.felix.upnp.sample.clock |
---|
Methods in org.apache.felix.upnp.sample.clock that throw IOException | |
---|---|
InputStream |
ClockIcon.getInputStream()
|
Uses of IOException in org.apache.felix.upnp.sample.tv |
---|
Methods in org.apache.felix.upnp.sample.tv that throw IOException | |
---|---|
InputStream |
TvIcon.getInputStream()
|
Uses of IOException in org.apache.felix.webconsole |
---|
Methods in org.apache.felix.webconsole that throw IOException | |
---|---|
protected void |
AbstractWebConsolePlugin.doGet(HttpServletRequest request,
HttpServletResponse response)
Renders the web console page for the request. |
protected abstract void |
AbstractWebConsolePlugin.renderContent(HttpServletRequest req,
HttpServletResponse res)
This method is used to render the content of the plug-in. |
protected void |
AbstractWebConsolePlugin.sendRedirect(HttpServletRequest request,
HttpServletResponse response,
String redirectUrl)
Deprecated. use WebConsoleUtil.sendRedirect(HttpServletRequest, HttpServletResponse, String) |
static void |
WebConsoleUtil.sendRedirect(HttpServletRequest request,
HttpServletResponse response,
String redirectUrl)
Utility method to handle relative redirects. |
protected PrintWriter |
AbstractWebConsolePlugin.startResponse(HttpServletRequest request,
HttpServletResponse response)
This method is responsible for generating the top heading of the page. |
Uses of IOException in org.apache.felix.webconsole.internal |
---|
Methods in org.apache.felix.webconsole.internal that throw IOException | |
---|---|
protected void |
WebConsolePluginAdapter.renderContent(HttpServletRequest req,
HttpServletResponse res)
Call the plugin servlet's service method to render the content of this page. |
void |
WebConsolePluginAdapter.service(ServletRequest req,
ServletResponse resp)
Directly refer to the plugin's service method unless the request method is GET in which case we defer the call into the service method
until the abstract web console plugin calls the
WebConsolePluginAdapter.renderContent(HttpServletRequest, HttpServletResponse)
method. |
Uses of IOException in org.apache.felix.webconsole.internal.compendium |
---|
Methods in org.apache.felix.webconsole.internal.compendium that throw IOException | |
---|---|
protected void |
ConfigManager.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ComponentsServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
LogServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ConfigManager.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ComponentsServlet.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
LogServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
ConfigManager.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ComponentsServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
LogServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.internal.core |
---|
Methods in org.apache.felix.webconsole.internal.core that throw IOException | |
---|---|
protected void |
BundlesServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ServicesServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
BundlesServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
BundlesServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ServicesServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.internal.deppack |
---|
Methods in org.apache.felix.webconsole.internal.deppack that throw IOException | |
---|---|
protected void |
DepPackServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
DepPackServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.internal.filter |
---|
Methods in org.apache.felix.webconsole.internal.filter that throw IOException | |
---|---|
PrintWriter |
FilteringResponseWrapper.getWriter()
Returns a PrintWriter for the response. |
Uses of IOException in org.apache.felix.webconsole.internal.misc |
---|
Methods in org.apache.felix.webconsole.internal.misc that throw IOException | |
---|---|
protected void |
LicenseServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ConfigurationRender.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ShellServlet.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ShellServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
LicenseServlet.renderContent(HttpServletRequest request,
HttpServletResponse res)
|
protected void |
ConfigurationRender.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.internal.obr |
---|
Methods in org.apache.felix.webconsole.internal.obr that throw IOException | |
---|---|
protected void |
BundleRepositoryRender.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
BundleRepositoryRender.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.internal.servlet |
---|
Methods in org.apache.felix.webconsole.internal.servlet that throw IOException | |
---|---|
void |
OsgiManager.service(ServletRequest req,
ServletResponse res)
|
Uses of IOException in org.apache.felix.webconsole.internal.system |
---|
Methods in org.apache.felix.webconsole.internal.system that throw IOException | |
---|---|
protected void |
VMStatPlugin.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
VMStatPlugin.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.plugins.event.internal |
---|
Methods in org.apache.felix.webconsole.plugins.event.internal that throw IOException | |
---|---|
protected void |
PluginServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
PluginServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
PluginServlet.renderContent(HttpServletRequest request,
HttpServletResponse response)
|
Uses of IOException in org.apache.felix.webconsole.plugins.upnp.internal |
---|
Methods in org.apache.felix.webconsole.plugins.upnp.internal that throw IOException | |
---|---|
protected void |
ControlServlet.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
WebConsolePlugin.doGet(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
ControlServlet.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
WebConsolePlugin.doPost(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
WebConsolePlugin.renderContent(HttpServletRequest req,
HttpServletResponse res)
|
Uses of IOException in org.osgi.framework |
---|
Methods in org.osgi.framework that throw IOException | |
---|---|
Enumeration |
Bundle.getResources(String name)
Find the specified resources from this bundle's class loader. |
Uses of IOException in org.osgi.service.cm |
---|
Methods in org.osgi.service.cm that throw IOException | |
---|---|
Configuration |
ConfigurationAdmin.createFactoryConfiguration(String factoryPid)
Create a new factory Configuration object with a new PID. |
Configuration |
ConfigurationAdmin.createFactoryConfiguration(String factoryPid,
String location)
Create a new factory Configuration object with a new PID. |
void |
Configuration.delete()
Delete this Configuration object. |
Configuration |
ConfigurationAdmin.getConfiguration(String pid)
Get an existing or new Configuration object from the
persistent store. |
Configuration |
ConfigurationAdmin.getConfiguration(String pid,
String location)
Get an existing Configuration object from the persistent
store, or create a new Configuration object. |
Configuration[] |
ConfigurationAdmin.listConfigurations(String filter)
List the current Configuration objects which match the
filter. |
void |
Configuration.update()
Update the Configuration object with the current
properties. |
void |
Configuration.update(Dictionary properties)
Update the properties of this Configuration object. |
Uses of IOException in org.osgi.service.device |
---|
Methods in org.osgi.service.device that throw IOException | |
---|---|
InputStream |
DriverLocator.loadDriver(String id)
Get an InputStream from which the driver bundle providing a
driver with the giving DRIVER_ID can be installed. |
Uses of IOException in org.osgi.service.http |
---|
Methods in org.osgi.service.http that throw IOException | |
---|---|
boolean |
HttpContext.handleSecurity(HttpServletRequest request,
HttpServletResponse response)
Handles security for the specified request. |
Uses of IOException in org.osgi.service.io |
---|
Methods in org.osgi.service.io that throw IOException | |
---|---|
Connection |
ConnectionFactory.createConnection(String name,
int mode,
boolean timeouts)
Create a new Connection object for the specified URI. |
Connection |
ConnectorService.open(String name)
Create and open a Connection object for the specified name. |
Connection |
ConnectorService.open(String name,
int mode)
Create and open a Connection object for the specified name and
access mode. |
Connection |
ConnectorService.open(String name,
int mode,
boolean timeouts)
Create and open a Connection object for the specified name,
access mode and timeouts. |
DataInputStream |
ConnectorService.openDataInputStream(String name)
Create and open a DataInputStream object for the specified
name. |
DataOutputStream |
ConnectorService.openDataOutputStream(String name)
Create and open a DataOutputStream object for the specified
name. |
InputStream |
ConnectorService.openInputStream(String name)
Create and open an InputStream object for the specified name. |
OutputStream |
ConnectorService.openOutputStream(String name)
Create and open an OutputStream object for the specified name. |
Uses of IOException in org.osgi.service.metatype |
---|
Methods in org.osgi.service.metatype that throw IOException | |
---|---|
InputStream |
ObjectClassDefinition.getIcon(int size)
Return an InputStream object that can be used to create an
icon from. |
Uses of IOException in org.osgi.service.provisioning |
---|
Methods in org.osgi.service.provisioning that throw IOException | |
---|---|
void |
ProvisioningService.addInformation(ZipInputStream zis)
Processes the ZipInputStream and extracts information to
add to the Provisioning Information dictionary, as well as,
install/update and start bundles. |
Uses of IOException in org.osgi.service.upnp |
---|
Methods in org.osgi.service.upnp that throw IOException | |
---|---|
InputStream |
UPnPIcon.getInputStream()
Returns an InputStream object for the icon data. |
Uses of IOException in org.osgi.service.url |
---|
Methods in org.osgi.service.url that throw IOException | |
---|---|
abstract URLConnection |
AbstractURLStreamHandlerService.openConnection(URL u)
|
URLConnection |
URLStreamHandlerService.openConnection(URL u)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |