org.apache.mina.example.imagine.step1
Class ImageRequest
java.lang.Object
org.apache.mina.example.imagine.step1.ImageRequest
public class ImageRequest
- extends Object
represents a client's request for an image
- Author:
- Apache MINA Project
Constructor Summary |
ImageRequest(int width,
int height,
int numberOfCharacters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageRequest
public ImageRequest(int width,
int height,
int numberOfCharacters)
getWidth
public int getWidth()
getHeight
public int getHeight()
getNumberOfCharacters
public int getNumberOfCharacters()
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.